Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartforms-condition

Former Member
0 Likes
416

How to give multiple values of single field in window conditions in smartforms.

2 REPLIES 2
Read only

Former Member
0 Likes
382

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.

Read only

0 Likes
382

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'