User-1510915226 posted
I am actually in a bit of a hassle trying for a couple of hours to figure why the SSRS report is not returning anything for the Manager Proceeds which got an expression as :
FormatCurrency(iif(Fields!TypeID.Value = 226, Fields!Amount.Value, 0))
This returns the Amount if the TypeID=226 else it brings the value $0.00
Note: The error in this is that it brings $0.00 even if the TypeID=226.
The non 226's are correct bringing the correct data. Why is it doing it this to me?
Help Please.