Skip to main content
This parameter can’t be used if included_views is in use.
Excludes specific views from use in workbooks. Listed views will still be available for use in SQL queries.
Topics whose base_view is listed in ignored_views are automatically hidden in workbooks and excluded from model validation. No manual topic ignoring is required.

Syntax

Each value provided to this parameter must be the name of a view in the database connection:
  • Fully-qualified view names (<schema>.<view> or <schema>__<view>) are supported.
  • Use wildcard syntax (\*) to match multiple views within a schema

Examples