The Source page is used to select the repository object, based on which a dictionary will be created. Available repository object types: table, MDM dictionary, data model table.
NOTE. The Data Source page is available only on using a simplified mode of dictionary creation.

Select data source in the drop-down list. On moving to the next page of the wizard the list of attributes will be formed automatically based on the selected source fields.
If a query that uses field names that do not correspond with validation of dictionary attribute identifiers (identifier is a sequence of Latin letters, numbers, and underscores, starting with a letter) is specified as a data source, they will be automatically replaced with the ATTR1, ATTR2, ATTR(n) system field names. For example, query text contains the name PRICE.GOOD:
SELECT price AS "PRICE.GOOD" FROM goods;
In this case the PRICE.GOOD column in the table dictionary will be assigned with the name ATTR(n).
To quickly select an object, enter object's name/identifier/key in the search box depending on display settings. Search is executed automatically while the searched text is entered into the search string. The list will display the objects, which names/identifiers/keys contain the entered text.
To set up displaying of repository objects, click the
Show Object button and select display option in the drop-down menu:
Name. Objects are displayed with their names. Default option.
Identifier. Objects are displayed with their identifiers.
Key. Objects are displayed with their keys.
Several options can be selected. Identifier and key will be specified in brackets.
To reset selection for the selected objects, click the
Clear button.
See also: