cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative Option in Smartform

Former Member
0 Kudos

HI,

what is the use of ALTERNATIVE Option in Smartform?

Regards

Sandeep

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Sandeep,

I didn't expect such a question from you.

But as the others said

it is like an IF ......... (in case of true)

ELSE ........ (in case of false)

Gr., Frank

Former Member
0 Kudos

Hi,

Alternatives are True and False conditions in smartforms.

Right click at the window option, then goto flowlogic and then create an alternative by selecting the Alternative option.

Under Pages and Windows, windows(right-click)->flowlogic->alternative.

Once you click on alternative you will find a true and false button is being created.

In the general attributes tab, you can define the conditions as per your requirement.

Former Member
0 Kudos

Hi,

Alternative option is like TRUE or FALSE.

If you want to print something when the condition is TRUE then you can write it under TRUE node.

or if you want to print something when the condition is FALSE then you can write it under FALSE node.

Hope this will help you.

Regards

Raj

Former Member
0 Kudos

Hi Sandeep,

Alternative option in smartform is basically used as IF else condition. If the specified condition is satisfied i.e. if true, then print the variable you want else print the other varible.

hope this may be usefull..

regards,

Prashant Gaikwad

Former Member
0 Kudos

Hi Sandeep,

As Karthik has also told, its just like if else condition, if condition met's than the true node will be processed or else the false one.

With luck,

Pritam.

Former Member
0 Kudos

Hi Sandeep,

Its just like a If condition;

If the Condition is true then the nodes under TRUE will be processed.

If the condition is false then the nodes under FALSE will be processed.

Regards

KArthik D