hashirhabeeb
9th February 2011, 14:47
Hai,

I have beginner in Baan development
I need a support regarding report development
I have field like Quantity, its a decimal place
In my report its come as with decimal, i need to avoid the decimal place
Eg: qty: 1.000
i need qty: 1

Is there any solution regarding this?

bdittmar
11th February 2011, 16:37
Hai,

I have beginner in Baan development
I need a support regarding report development
I have field like Quantity, its a decimal place
In my report its come as with decimal, i need to avoid the decimal place
Eg: qty: 1.000
i need qty: 1

Is there any solution regarding this?

Hello,

use a format without decimals
or
round with zero decimals

Have a look at sprintf$()

Regards

hashirhabeeb
13th February 2011, 15:56
Thank u veru much
It helps me a lot of output formating

alakananda12
29th April 2011, 09:38
Hi,

I want to share one way how to avoid decimal place for quantity in a report.In the report layout make the quantity report field print format as "ZZZZZZ" in the display tab.You need to uncheck the "Link with domain" checkbox.

Regards,

Alka