SETSUPPRESSZEROS
Syntax
SETSUPPRESSZEROS(VALUE)Arguments
Example
SETSUPPRESSZEROS(TRUE) //Suppresses zeroes
SETSUPPRESSZEROS(FALSE) //Displays zeroes

Last updated
Was this helpful?
SETSUPPRESSZERO can be used to show or hide zero values in reports.
SETSUPPRESSZEROS(VALUE)VALUE - Pass a boolean value of TRUE or FALSE.
SETSUPPRESSZEROS(TRUE) //Suppresses zeroes
SETSUPPRESSZEROS(FALSE) //Displays zeroes
Notice how the Depreciation row that only contains zeroes is suppressed when the SuppressZeroes button is clicked and displayed again when the DisplayZeroes button is clicked. The buttons use the SETSUPPRESSZERO script internally to hide and display zero values.

Last updated
Was this helpful?
Was this helpful?