Hi all,
I have created a new copy of Income Statement Actual vs Budget.
I need the variance column output to be multiplied to a negative 1. How do I achieve this?
Current value is =Fields!PercentAmountText1.Value
I have tried this and keeps getting #Error
=IIf(IsNumeric(Fields!PercentAmountText1.Value),
Format(CDec(Fields!PercentAmountText1.Value) * -1, "0.00%"),
Fields!PercentAmountText1.Value)
Appreciate any tips.
Thank you.