This concerns the format used by the totaled amount (for example, balance totals or statistics). The format is variable with a limit of 20 significant figures. The format includes possible space delimiters.
Examples:
- Maximum format limited to 17.2 significant figures: 17 integers, 2 decimals and 1 delimiter space (#################,##)
- Maximum format limited to 20 significant figures: 20 integers, 0 decimals and 0 delimiter space (####################)
- Maximum format limited to 16.3 significant figures: 16 integers, 3 decimals and 1 delimiter space (################,###)