Reputation: 1
REPORT BUILDER 3.0
I am changing the data sets of our reports to standard data sets. In some cases the names of fields have changed. Despite changing the cells to the new names I get an error of:
"The Group expression for the grouping ‘companyname’ refers to the field ‘companyname’. Report item expressions can only refer to fields within the current dataset scope or, if inside an aggregate, the specified dataset scope. Letters in the names of fields must use the correct case.
"companyname" changed to CompanyName and there is no group by companyname in the Dataset SQL. How can I change that in SSRS?
Upvotes: 0
Views: 367
Reputation: 1070
Whenever I've faced this, the places to check are:
9 times out of 10 when I can't find it, it's in the interactive sorting on text boxes.
Upvotes: 0