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: 

smartforms

Former Member
0 Kudos

Hi experts

Can i display the field in the smartform with condition base.

ie if the particular field contains data ,we can display.

but the field does not have any data, then that field should not be displayed.

In my case that field has no data, but that empty row is displayed.

how to eliminate this empty row.

Thanks in advance.

Regards

Rajaram

4 REPLIES 4

Former Member
0 Kudos

Hi,

U use Alternative for that.Check smartform conponents tree.

Specify your condition and put your code in true or false event.

Rewarsds point if i useful

0 Kudos

Hi Bhatia

Thanks a lot, but i don't know how to use true or false event.

Can u give me some more explanation or steps to do that.

Regards

Rajaram

0 Kudos

Hi,

If you are displaying that field in text, then give the condition in the CONDITION tab of the same.

like :

fieldname NE initial

this will work.

rewards if found helpful

Former Member
0 Kudos

On the node that you have your text defined go to the last tab, conditions.

In the table put your field that you only want to display when not empty and in the middle button, click and choose <ne> and in the last space write initial

This will only output your text in that node if the value of your field is filled.

Cheers

Wayne