Friday, February 24, 2012

Calculations involving fields from different tables

Is it possible to perform a calculation with fields from different tables on
the same report? If so, what syntax is used to reference each field?
DavidYou need to reference the scope in the field. so, like
First(Fields!FieldName.Value, "DatasetName") or Sum(Fields!
FieldName.Value, "DataSetName")
>--Original Message--
>Is it possible to perform a calculation with fields from
different tables on
>the same report? If so, what syntax is used to reference
each field?
>David
>.
>

No comments:

Post a Comment