I am trying to create an expression with an IIF statement:
1st condition that takes a parameter minus 1 = field1 2nd condition takes another parameter = 'field2
true false
I have tried to use switch, sum etc. It has been 8 years since I have created an srs report, so I am a little rusty.
The following is my most recent expression.
=IIF(Parameters!FiscYr.Value -1 = Fields!FiscYr.Value, IIF(Parameters!Period.Value = 01, Fields!YtdBal00.Value,0))
Thank you in advance for your assistance.