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: 

Remove the zeroes in currency field in Smart Form

vinotha_m
Participant
0 Kudos

Hi ,

Can anybody tell me how to remove the extra zeroes in currewncy fields in smart form.

For eg if now 10,00

it should just print 10 .

Regards,

Vinotha M.

2 REPLIES 2

Former Member
0 Kudos

hi

u can try some thing like this...

either use condense or

move it to some char typr (string).....

use split that string at ','....

and store it in two sep variables....

disaplay the first one since it will have the 10!!

Reward points if it helps!!

Regards,

Gunjan

former_member188685
Active Contributor
0 Kudos

Hi Vinotha,

If it Currency field then it will appear,

but change it to char and remove the zeores.

vijay