For the past hour I have tried to resolve an error within my SSRS 2005 report. It should not be an issue, but it is!
I have a cell within a matrix that is a calculated field which I created within the dataset fields. This calculated field is doing the following simple aggregation:
=Fields!cell1.Value - (Fields!cell2.Value + Fields!cell3.Value)
I continue to get the Error# within the calculated cell.
But when I write the same calculation directly into the expression of the cell, then it works??
The reason I need the calculation within the dataset field is because I need to use that value as part of another calculation.
Anybody know what is happening, and what I can do to get it to work?
I have a cell within a matrix that is a calculated field which I created within the dataset fields. This calculated field is doing the following simple aggregation:
=Fields!cell1.Value - (Fields!cell2.Value + Fields!cell3.Value)
I continue to get the Error# within the calculated cell.
But when I write the same calculation directly into the expression of the cell, then it works??
The reason I need the calculation within the dataset field is because I need to use that value as part of another calculation.
Anybody know what is happening, and what I can do to get it to work?