How to: |
COMPACTFORMAT displays numbers in a compact format where:
COMPACTFORMAT computes which abbreviation to use, based on the order of magnitude of the largest value in the column. The returned value is an alphanumeric string. Attempting to output this value to a numeric format will result in a format error, and the value zero (0) will be displayed.
COMPACTFORMAT(input)
where:
Is the name of a numeric field.
COMPACTFORMAT abbreviates the display of COGS_US.
COMPACTFORMAT(COGS_US)
For $2,950,358.00, the result is $3M.
WebFOCUS | |
Feedback |