Substitution variable in IF condition
Summary
Substitution variable in IF conditionContent
HI All
I am trying to use substitution variable in my if condition and looks like it is not making any difference
IF((" Delay" == 1) AND (&CurMth == "Jan"))
Calc(A);
ENDIF
In the above scenario if &CutMth is not equal to JAN then system should not calc I believe.
basically If Delay ==1 and &CurMth == Jan I want blank.
Am I missing any thing here?
Any help will be greatly appreciated.
Thanks
GP
0