cancel
Showing results for 
Search instead for 
Did you mean: 

Stand Alone Smartform, MAIN window, IF Condition based output

Former Member
0 Kudos

Hi,

I have a stand alone smartform that is faxed. I currently am printing the following:

CUrrent Date

Current Time

Dear Sir / Madam

Two lines of text.

Now, I need to include a IF condition. If the value has flag, then print as above but if the flag is empty, then print a couple more fields.

How do I achieve that?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

another way of achieving this is.

Create all the texts required.

Goto conditions tabs of each text element and write your condition there.

In your case, leave the first three texts as it is

for the remaining two text =>conditon=> flag = 'X' (only then this will display)

arul_murugan
Active Participant
0 Kudos

Hi,

Create ALTERNATIVE node under your window of the smartform. Create one text element under the true node and another one text element under the false node. Mention the flag condition in the conditions tab of the ALTERNATIVE node.

Thanks

Arul