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: 
Read only

quantity problem in smartforms

Former Member
0 Likes
568

Hi all,

in my smartform out put the quantity field displaying as 125.00. my requirement is to display the quantity as 125.

how to do that ?

thanks in advance

KR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

Hi,

try this.

use &symbol(.N)& -


Display upto N decimal places

so, use &symbol(.0)&---This displays no decimals.

3 REPLIES 3
Read only

Former Member
0 Likes
537

Hi

Just put (.0) after the variable.

lv_quant(.0)

Pushpraj

Read only

Former Member
0 Likes
537

Hi,

Take a variable for quantity in the global settings and pass the value to that variable and use that global value .

Regards,

jaya

Read only

Former Member
0 Likes
538

Hi,

try this.

use &symbol(.N)& -


Display upto N decimal places

so, use &symbol(.0)&---This displays no decimals.