Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
number formatting: would like no decimals (couldn?t find option)
Mukul2
Hi ,
I want to display a number say 99.66 to be rounded off as 97 using eclipse birt API but couldnt find anything so far.
I am using NumberFormatSpecifier class.
Next thing is i want to display not more than 2 decimals at any rate.
Please suggest.
Thanks ,
Mukul
Find more posts tagged with
Comments
maxs
If you have field of type "Data" you can use Properties->Format Number->Format As: "Fixed" and set the value for "Decimal places"
Mukul2
Hi ,
Can someone help me on this as its very urgent to fix this.
Thanks,
Mukul
alex520
in the element "data' there is a format number tab in property editor. you can choose whatever format and locale you want
Mukul2
thanks alex but is there any method in the BIRT API that can do this particular job for me?