Hi All,
I received this error message on the reporting:
The value expression for the textbox ‘RoleSR’ uses an aggregate function on data of varying data types.
Here is my expression:
=IIF( Fields!SubtRate.Value = 0, Fields!Scores.Value , (sum( Fields!SubtSR.Value) * Fields!RoleRate.Value) / 100)
So what is actually wrong with my expression? How the data type varied?
Thanks,
Shelyn
I received this error message on the reporting:
The value expression for the textbox ‘RoleSR’ uses an aggregate function on data of varying data types.
Here is my expression:
=IIF( Fields!SubtRate.Value = 0, Fields!Scores.Value , (sum( Fields!SubtSR.Value) * Fields!RoleRate.Value) / 100)
So what is actually wrong with my expression? How the data type varied?
Thanks,
Shelyn