iff statment
Hi
i am using Delphi 10.3 Community and the Embarcadero Fastreport. I need some help with a IFF() statement.
I need to nest two iff statements together since this version of fastreport does not do scripts but I cannot get it to work. Something like this [(IIF(30<40,<(IIF(30 >40,'y','n'))>','no'))]. Can this be done???
Sure would have been nice to have limited scripts in this version even freereport had that. That being said this version is great,😀.
Comments
[IIF(30 < 40, IIF(30 > 40, 'y', 'n'), 'no')]