Hi,
Do you guys see any problem with the following IIF statement, as it is
giving #Error on the report rather than 0
=IIF( Fields!CSales.Value = 1, IIF( Fields!PrYrM1.Value>0, (Fields!M1.Value-
Fields!PrYrM1.Value)/ Fields!PrYrM1.Value ,0) ,0)
Thanks
...
more >>