AnnieRider
MIS
I have a report that shows data in a table. Outside of the table but still in the report body I have a textbox that I want to show a count in. The expression is
=Count(Fields!Client_Ref.Value, "InsightLiveData")
but when I run this I get the error
The value expression for the textbox has a scope parameter that is not valid for an aggregate function. The scope parameter must be set to a string that is equal to either the name of a containing group, the name of a containing data region or the name of a dataset.
I have another similar report set up the same way with data in table form and the same count expression and this works fine so I've no idea what the problem is.
Regards
Annie
=Count(Fields!Client_Ref.Value, "InsightLiveData")
but when I run this I get the error
The value expression for the textbox has a scope parameter that is not valid for an aggregate function. The scope parameter must be set to a string that is equal to either the name of a containing group, the name of a containing data region or the name of a dataset.
I have another similar report set up the same way with data in table form and the same count expression and this works fine so I've no idea what the problem is.
Regards
Annie