cancel
Showing results for 
Search instead for 
Did you mean: 

How to suppress blank lines in smartforms

Former Member
0 Kudos

Hi all,

How can we suppress blank lines in smartforms?

In my scenario I am having customer address details in main window.

i.e. Name

Street

P O Box

P O Box Location

Post Code

Telephone

Fax.

Suppose if there is no value for P O Box Location the address is getting displayed as

Name

Street

P O Box

-> Leaving blank space

Post Code

Telephone

Fax.

But I want it as

Name

Street

P O Box

Post Code

Telephone

Fax.

i.e The blank line should not be displayed.

Kindly let me know how to do this.

Regards,

Neethupriya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

In text element put condition where not initial or = space

this will work

regards

Shiva

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Neethu,

Are you using ADDRESS option in smartforms or code to get address from customer master?

If you are using code, you can give condition like P O Box Location <> SPACE in condition tab.

Pranav

Former Member
0 Kudos

Hi Pranav,

Its not working.

Is there any other option????

Thanks & Regards,

Neethupriya

Former Member
0 Kudos

Hi Neethu,

You can do onething. You can display like PO BOX, PO BOX LOCATION in one line.

Pranav