Application Development and Automation 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: 

How to remove spaces in smartform integer value

Former Member
0 Kudos
3,493

Hi,

Any body know how i can remove spaces in integer?

Thanks

Regards,

Nandha

1 ACCEPTED SOLUTION

Former Member
0 Kudos
851

Hi Nandha,

Did you try using technique to remove leading spaces & trailing spaces. Eg. &field(CZ)&.

Regards,

Deva.

4 REPLIES 4

Former Member
0 Kudos
852

Hi Nandha,

Did you try using technique to remove leading spaces & trailing spaces. Eg. &field(CZ)&.

Regards,

Deva.

0 Kudos
851

No,plese tell me the code format and whare i can write .

Thanks

Regards,

Nandha

0 Kudos
851

Dear Nandha,

You must have clicked on the '+' sign to insert the field. Just next to it there is Change button. Click on that and in between two ampersand's write like this : &field(CZ)& - Assuming that field name is 'field'.

Regards,

Deva.

Former Member
0 Kudos
851

hi nandha,

better u try with &field(c)& to supress the blanks

thanks