luvmy2kids
MIS
I have the below IF statement that I am inserting into a text box, but for some reason it is checking all 3 boxes as opposed to the one that is actually true:
If {Command.FilingStatus} = 'M' then 'X'
ELSE
If {Command.FilingStatus} = 'S' then 'X'
ELSE
If {Command.FilingStatus} = 'H' then 'X'
What am I doing wrong here? Thanks!
If {Command.FilingStatus} = 'M' then 'X'
ELSE
If {Command.FilingStatus} = 'S' then 'X'
ELSE
If {Command.FilingStatus} = 'H' then 'X'
What am I doing wrong here? Thanks!