Hi!
I have a calculated field in a dataset, Productivity, defined by this expression:
Fields!BCM.Value/Fields!MINUTES.Value
When I use it on a table, everything works fine. But when I try to use it on a matrix, I get an error
(#ERROR) on the field.
Why does it happen? Can't I use calculated fields on matrix?
Thank you!
Dear,
Sure , u will get the error beause u are using the field in matrix but when u define the function u are not passing the matrix refrence.
eg:
=iif(inscope(Sum(Fields!OrderQty.Value, "MatrixSource")),sum(Fields!OrderQty.Value),sum(Fields!OrderQty.Value)/Sum(Fields!OrderQty.Value, "MatrixSource"))
HTH
from
sufian
No comments:
Post a Comment