ShowDerivableQueries (Property)

Applies To:

DMCatalog object

Description:

Displays derivable queries in the Catalog pane. A derived table is a statement-local temporary table created by a sub-query in the FROM clause of a SQL SELECT statement. It exists only in memory and behaves like a standard view or table.

Action:

Read-write, Boolean

Example:

This example shows how to display derivable queries:

Documents["Mapping.bqy"].Sections["Query"].DataModel.Catalog.ShowDerivableQueries = true