Skip to content

Suppress if zero

What is new - 3.0

A simple click in the checkbox to Suppress if zero is added to Visual Report Writer.

Note: A DataFlex embedded database date column can contain a zero value to indicate there is no date available. In SQL environments, these columns usually have a dummy date that is considered as a no-date value. In these cases, a function needs to be used to determine whether the value should be suppressed. Look at a function like:

return {Orderhea.Order_Date} < DateSerial(1900,1,1)