Format Number
Syntax |
|
Function: |
|
Parameters: |
|
Outputs: |
|
Description: |
|
Typical format specifiers include: |
|
Used: |
![]() |
Example |
Result |
Note |
FORMAT-NUM(4.9675, '00.00') |
04.97 | |
FORMAT-NUM({{numfield}}, '00.0') |
23.5 | {{numfield}} = 23.5897 |
You must be logged in to post a comment.