cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms: create alternative

Former Member
0 Kudos

Hi experts,

I created an alternative. I have to set a condition according to whether it is INITIAL or not.

How can I say that if something is initial?

If I set the '=' sign, then smartforms says that I have to give a value. I tried to manage it with 'INITIAL' or 'SPACE', but I'm not sure that is correct.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use SPACE in condition

= space

  1. space

Murali

Answers (5)

Answers (5)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Mrwhite,

Create the variable name of type c and in the text node condition

give the condition if name = initial and create the program lines

and based on if condition display the name accordingly.

Regards,

Sravanthi

Former Member
0 Kudos

you can check with SPACE for regarding field value or

before alternative use a code node and write code which is used to check value of your requried conditon then set a flag value to 1. initially FLAG is 0.

then put in condition of alternative as FLAG = 1.

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi,

U have to give a value.

If the field is a character data type then give space.

If the field is a numeric data type then give INITIAL.

Better check it with INITIAL because it will work for both.

Thanks,

Nithya