‎2007 Jul 25 7:40 AM
‎2007 Jul 25 7:46 AM
Hi,
Yes you can use the IF statment in the Scripts.
/: IF &Field1& EQ '1'.
/: ELSEIF ...
/: ELSEIF ....
/: ENDIF.
Regards
Sudheer
‎2007 Jul 25 7:47 AM
‎2007 Jul 25 12:09 PM
Hi,
We can use if condition in scripts but we need to follow the below syntax.
Syn1:- IF &Fieldname& EQ <condition>.
Syn2:- IF &Fieldname& <> <condition>.
Ex:- /: IF &Field1& EQ '1'.
/: ELSEIF...
/: ELSEIF....
/: ENDIF.
Reward points if useful.
Thanks & Regards,
Vasudeva Rao