EXCLUDE_COLUMNS
Feature available from Bizview version - Bizview 7.2
= optional in PARAM
When using #plandata (for example BV columns or BIZVIEW/#plandata) by executing dat.p_data_cells_populate and the table dat.data_cells contains a large amount of rows, the procedure may take long time to execute if the selection results in many rows. To improve performance and eliminate this behaviour, the designer can tell the procedure to exclude columns that are obsolete in the query. When excluding columns, Bizview will group the result and hopefully the result will contain fewer rows, and therefore, enhance performance when opening the report/form.
For more information about how to exclude columns and what to be aware of, see Exclude Columns - detailed specification.
Access EXCLUDE_COLUMNS in Template Design by selecting Parameters > Frequently Used > Alter SQL query.
Check the columns that should be excluded from the query in the specific template.