Hi all,
I am getting negative symbol in the calculated field which is in reports..... How to remove the negative symbol.... Here i am giving my expression
=(FormatCurrency((SUM(iif(IsNothing(Fields!Planned.Value),0,Fields!Planned.Value))-(SUM(iif(IsNothing(Fields!Actuals.Value),iif(IsNothing(Fields!Forecasts.Value),0,Fields!Forecasts.Value),iif(Fields!Actuals.Value=0,iif(IsNothing(Fields!Forecasts.Value),0,Fields!Forecasts.Value),Fields!Actuals.Value))))),iif(Parameters!DecimalDigits.Value=1,1,iif(Parameters!DecimalDigits.Value=2,2,0)),0,0,0))
Then where can i use round or sign or abs fields i am having a little bit of confusion can anyone help me ASAP
Regards,
Azarudhin S
S Azarudhin