Skip to content

Field Properties - Number & Currency Tab - Suppress if Zero

This checkbox can be used to suppress the value when its contents is zero.

The condition to suppress zero values can also be set conditionally via a function.

An example of a function is:

if {?SuppressZeroes} = 1 then
    return true
else
    return false
end

The above function uses the contents of a parameter named SuppressZeroes to determine whether zero suppression should be turned on or off. The parameter could be set from integration. For example, it can suppress zero values when printing to a physical printer but not suppress them when exporting to Excel or Word.