Suppress Rows
Type
Boolean
Since
1.1
Description
If the "Suppress Rows" expression returns true, all empty rows will be deleted from the query-result and only rows containing at least one value will be visible. The suppress-feature only pays attentions to the table-cells, not to the headers (which still may contain text when the column is deleted).
Note that event with "Suppress Rows" enabled, the whole query will be executed and generated in memory before the columns will be deleted. To avoid performance-problems, you shouldn't use the "Suppress-Cols" or "Suppress-Rows" property to reduce sparse filled results. In this case, use the LOOKUP-function for better performance.
Examples
Suppress-Rows = "true"
See also
Suppress Cols
