Function DisplayNumber
Outputs a number with or without the pence if zero
DisplayNumber([VALUE],[STRIP_PENCE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | decimal | required | n/a | VALUE | The number to display |
2 | boolean | required | true | STRIP_PENCE | Whether to strip off the pence if zero |
Returns
The display number
Examples
Example of displaying a number
{{DisplayNumber(ALIAS.PRICEASK)}}