Overview
To help with setting up format strings on measures, the Jet Data Manager presents a drop-down list for selecting measure format options.
Process
By default, the Jet Data Manager provides four formatting options:
- #,#
- #,0.00
- 0.00%
- #,0.00;(#,0.00)
If other format strings are used in the project, then the new format strings will be appended to the drop-down list.
Detailed information about format string options can be found in the MSDN article here : Format String Contents
Comments