Function DisplayNumberRound
Outputs a rounded number
DisplayNumberRound([VALUE],[NO_COMMAS])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | decimal | required | n/a | VALUE | The number to round |
2 | boolean | required | true | NO_COMMAS | Whether to hide commas |
Returns
The rounded number
Examples
Example of displaying a rounded number
{{DisplayNumberRound(ALIAS.PRICEASK)}}