Skip to content

Field Properties - Integer 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, suppressing zero values when printing to a physical printer but not suppressing when exporting to Excel or Word.