Application Development 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: 

Regarding condtion in Smartform

Former Member
0 Kudos

Hi Experts,

I want to put one condition in Samrtforms. i know that we can put it in condition node. But i want to give the condition using 'AND' so how can we give that.

I used OR like this, i want same condition using 'AND'

v_kvgr4 EQ 'Y'

or

v_kvgr4 NE 'Y'

in the same way we can put it for 'AND'.

Thanks in Advance.

Regards,

Ramana

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ramana,

You can simply write the conditions one below another

it will take as AND logic.

a eq b

c eq d .... like that

5 REPLIES 5

Former Member
0 Kudos

Hi,

You cannot give 'AND' condition directly.

Instead of 'Condition Node' you can use 'Alternative Condition Node'. This consist of 'True' and 'False'. So u can write your first condition in the Condition Tab and the second condition that you want to write in 'AND' can be written by creating a new condition node under 'True' or 'False'.

rwrd if helpful

Bhupal

Former Member
0 Kudos

Hi,

The default is a logical AND. Just list the conditions without inserting anything between each one.

Regards,

Nick

former_member181995
Active Contributor
0 Kudos

YES Ramana,

you can give AND between

v_kvgr4 EQ 'Y'

AND

v_kvgr4 NE 'Y'

please close this thread.

Amit.

Former Member
0 Kudos

Hi Ramana,

You can simply write the conditions one below another

it will take as AND logic.

a eq b

c eq d .... like that

Former Member
0 Kudos

thanks for your replies.

i have awarded the points.