Hi guys,
I'm having problems with ReportViewer in VS2005.
How can I summarize the values from a table cell which has an expression like this:
Code:
=Sum(Fields!FieldA.Value) * 10000 + Sum(Fields!FieldB.Value) * 100 + Sum(Fields!FieldC.Value)
The ReportViewer keeps giving me an error saying an aggregate function cannot be a parameter to another one.
A screen of the issue is located here
http://img370.imageshack.us/my.php?image=rptjb7.png
A cell with the mentioned expression is above the yellow one and the horizontal line.
A desired result should be displayed in the yellow cell.
Thanks in advance
Aleksandar Dragosavac
Belgrade, Serbia