java - Setting a number format pattern for a report to retain all the digits after the decimal point -


I am using iReport 3.1.0 to generate a JSCR report I < / P>

I want to set a 1000 splitter pattern for one of the fields in my report.

This field is in the extension band and displays after the decimal point with different digits of the digits.

So, all the points that come after the decimal point (I can not specify a certain number of digits in the pattern), is it possible to write the number format pattern that displays all the digits after the decimal number?

Just after the decimal point in your format pattern an insanely in large numbers # Insert trailing zero will not be shown, as long as you have more data in your data than # decimal places, you will get all the points.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -