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: 

smartform

Former Member
0 Kudos

Hi all

I am working on invoice SF in which i am displaying the material quantity.the quantity is displayed along with decimal points.now the requirement is to display only without decimal points.for ex 1200.00 should be displayed as 1200.

thanks

sandeep

1 ACCEPTED SOLUTION

Manohar2u
Active Contributor
0 Kudos

Try with

&amt(.0)&

Refer to these links, might help you

Regds

Manohar

2 REPLIES 2

Manohar2u
Active Contributor
0 Kudos

Try with

&amt(.0)&

Refer to these links, might help you

Regds

Manohar

abdul_hakim
Active Contributor
0 Kudos

hi akula,

use the formatting option

for eg,

&itab-num(.0)&

Cheers,

Abdul Hakim

Mark all useful answers..