‎2009 Feb 13 7:16 AM
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
‎2009 Feb 13 7:19 AM
Hi,
try this.
use &symbol(.N)& -
Display upto N decimal places
so, use &symbol(.0)&---This displays no decimals.
‎2009 Feb 13 7:17 AM
‎2009 Feb 13 7:18 AM
Hi,
Take a variable for quantity in the global settings and pass the value to that variable and use that global value .
Regards,
jaya
‎2009 Feb 13 7:19 AM
Hi,
try this.
use &symbol(.N)& -
Display upto N decimal places
so, use &symbol(.0)&---This displays no decimals.