Difference between revisions of "Custom Field Type: Text Box - Number"

From SmartWiki
Jump to: navigation, search
Line 12: Line 12:
 
|+
 
|+
 
|#,###.00||1234.5||1,234.50
 
|#,###.00||1234.5||1,234.50
 +
|+
 +
|#.00||1234.5||1234.50
 
|+
 
|+
 
|Currency||2000000||$20,000.00
 
|Currency||2000000||$20,000.00

Revision as of 12:57, 24 August 2009

The Number Format setting on Custom Fields allows you to define how numbers in the field will be displayed.

  • Note: No formatting will be applied when the record is in edit.
  • This setting only applies in view mode (Level 1) and when the field is being displayed (in a list view, web page view, report, etc).


Number Format Value Display
#,###.## 1234.5 1,234.5
#,###.00 1234.5 1,234.50
#.00 1234.5 1234.50
Currency 2000000 $20,000.00