BIRT pdf report will truncate precision of two 0 so if we pass 200.00 than it will print 200 only. If pass 200.50 than it will print correctly. I tried using formatter as Formatter.format(row["MY_NUMBER"], "#.##"); but no luck.
Formatter.format(row["MY_NUMBER"], "#.##");
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi, Thanks for response i got solved it by using it from property editor tab where i set format number field according to need.
Hi, what datatype u set in the fetch script and dataset??