‎2009 Feb 02 11:46 AM
How to give multiple values of single field in window conditions in smartforms.
‎2009 Feb 02 11:49 AM
Use 'OR'. just type 'OR' in between two rows in the condition tab and press enter like
Field Name Relational Operator Comparison Value
field1 = 'ABC'
OR
field1 = 'BCD'.with luck,
Pritam.
‎2009 Feb 02 11:55 AM
Hi.
u can use OR AND Operators.
and give coditions like this if u r using value of itab.
itab-f1 = ' value'
or
itab-f1 = 'value'
and for AND operator u can use
itab-f1 = ' value'
itab-f2 = 'Value'