Hello,I am working on a report project in Visual Studio 2005. (I'm modifying the form and it has a lot of other data besides mine.) I have created a dataset that performs a selection of rows from a table. In the "data" pane, I can choose the dataset, specify some parameter values and see rows of data.On the "layout" pane I am attempting to put the relevant fields in a tablix. I drop a table on the form. I put a textbox in one of the table's cells. I right-click on the textbox and choose "expression". I chose Datasets. I click on the dataset that I added. However, what is baffling is that the fields on the right all have the "Sum" function applied. (For example, Sum(Field1), Sum(Field2), etc.)I don't want a Sum, I want to place the field by itself in the textbox. When I remove the "Sum" function and save, I get this error: "The expression for the textbox....Report item expressions can only refer to fields within the current data set scope or, if inside an aggregate, the specified data set scope."I assume this error is because I removed the "Sum" function from the field I need, but I don't wish to have a text field summed! Does anyone know why the "Sum" function is applied to these fields in the first place?Thanks,
↧