dr.dexter Posted November 17, 2015 Posted November 17, 2015 Hi,is it possible to format a number as Million with 6 decimal places? ("." as thousand seperator, "," as decimal mark)12242435123 -> 12.242,435.123Variable is atm of type "java.lang.Long". I tried to divide by 1000000 ( $V{myVar} / 1000000) in the expression of the text field and used a format with 6 Decimal places (#,##0.000000;(#,##0.000000-)) , but then the number is rounded to million.Thx for your help!dex
dr.dexter Posted November 17, 2015 Author Posted November 17, 2015 omg, just had to use java.lang.Double
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now