Number Format
For 'Number' formatting, several predefined formats are available.

Numeric masks follow the java.text.DecimalFormat format.
You can create other formats by using the following numeric masks:
# = number
0 = Number with zero padding
For the number 124521.63:
#,###.## = 124,521.63
#,###.000 = 124,521.630
| << Date Format | © 1996-2013 InetSoft Technology Corporation (v11.4) | Currency Format >> |