Placeholder

Technical Articles > Formatting Text by using Number Formats

Placeholders represent digit positions inside the number to format. Two kind of characters are valid to be used as placeholders: '#' and '0', where the placeholder '0' fills those positions with zeros, if the corresponding position is not reserved by a digit of the calculation’s result value.

Examples:
Formatting 7 with # will be displayed as 7.
Formatting 789 with # will be displayed as 789.
Formatting 1234 with # will be displayed as 1234.
Formatting 7 with 000 will be displayed as 007.
Formatting 789 with 000 will be displayed as 789.