cancel
Showing results for 
Search instead for 
Did you mean: 

avoid printing space

Former Member
0 Kudos

Hi Experts,

I am displaying the value of a variable (say var1) on the layout.

When var1 has some value it gets displayed.

when var1 has space, it prints space which i want to avoid.

i dont want to print space at all..

How can i do this?

Thanks

Dan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dan

-You need to set the subform as Top to Bottom flow and in the form calc

you can write as below:

if ( not HasValue($)) then

$.presence = "hidden"

endif

Thanks

Answers (0)