Help with nested formula

Stimulsoft Reports.WEB discussion
Post Reply
laducd
Posts: 115
Joined: Thu Oct 23, 2014 2:15 pm

Help with nested formula

Post by laducd »

Hi
The formula below is not working, any help would be greatly appreciated

{IIF(ABS(Settlement_Trading.Trade_Amount_in_millions_Sum)>1,(IIF(Settlement_Trading.Trade_Amount_in_millions_Sum==Settlement_Trading.Forecast_Trade_Amount_in_millions_Sum,0,ABS((Settlement_Trading.Trade_Amount_in_millions_Sum-Settlement_Trading.Forecast_Trade_Amount_in_millions_Sum)/Settlement_Trading.Trade_Amount_in_millions_Sum))))," "}
laducd
Posts: 115
Joined: Thu Oct 23, 2014 2:15 pm

Re: Help with nested formula

Post by laducd »

I'm also trying this

{IIF(ABS(Settlement_Trading.Trade_Amount_in_millions_Sum)<1," ",ABS((Settlement_Trading.Trade_Amount_in_millions_Sum-Settlement_Trading.Forecast_Trade_Amount_in_millions_Sum)/Settlement_Trading.Trade_Amount_in_millions_Sum))}
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Help with nested formula

Post by Alex K. »

Hello,

Please send us a sample report with test data which reproduces the issue for analysis.

Thank you.
Post Reply