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: 

reg: Remove blank space in smartforms

Former Member
0 Kudos

Hi,

I am reading text using Text id . but here i have a requirement like. if it is having data in that

varriable it will display but here it is not having data in that variable it is giving blank space.

now i want to remove that blank space

please give me solution how to do this one.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Write an alternative flow logic... where if the text is not empty you display the text..other wise it wont.

Regards,

Vishwa.

2 REPLIES 2

Former Member
0 Kudos

Hi

Write an alternative flow logic... where if the text is not empty you display the text..other wise it wont.

Regards,

Vishwa.

Former Member
0 Kudos

check the condition that if the textid is initial you dont display else if it contains then you should display the textid.You can give all these in the conditions tab. Just give " textid ne ' ' .