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)
Decimal Place
BUBU
Hi
Actually I'm using dynamic text on footer of a table in my report.I want it shud b come upto 2 decimal place.I tried to findout format number in property editor for that element but icudnt find out tat option.Please suggest me as soon as possible.
Find more posts tagged with
Comments
mwilliams
You can do something like:
importPackage (Packages.java.text);
df = new DecimalFormat("#.00");
df.format(value);