DerivableQueries (Collection)

Member of:

DMCatalog object

Description:

Represents all derivable queries in the Table Catalog.

Tip:

All collections have a “Item(NameOrIndex)” method. This is the default method for all collections and returns an item in the collection at a particular index or with a specific name. Use brackets ([]) to represent calls to the Item (Method). For example, these statements cause identical behavior: myItem = Documents[1] myItem = Documents.Item(1) myItem = Documents["StartUp.bqy"] myItem = Documents.Item("StartUp.bqy")

Example:

This example shows how to count Derivable Queries in the Table Catalog and display the data in an Alert box:

Alert(ActiveDocument.Sections["Query"].DataModel.Catalog.DerivableQueries.Count)

Methods:

Item(NameOrIndex) As DMResult

Properties:

Read-only: Property Count As Number