Analytic views organize data using a dimensional model, allowing you to easily add aggregations and calculations to data sets and present data in views that can be queried with relatively simple SQL.
Schema: The schema in which to create the analytic view or the schema in which the analytic view exists.
Name: A simple name for the analytic view object in the database, adhering to the rules for first-class database object names. Enter underscores where you want spaces to appear in the default classifications.
Force create object: Select this option to force the creation of the analytic view even if it does not successfully compile. If this option is not selected, the analytic view must compile successfully, otherwise an error occurs.
Caption: A simple name for the analytic view object, adhering to the rules for first-class database object names. Enter underscores where you want spaces in the default labels.
Description: Descriptive text, which can contain mixed case, spaces, and symbols.
Source: Specifies the table, view, or synonym that is the source of the facts for the measures of the analytic view. To select a source, enter the name of a fact table or click the Source button.
Dimensions
Lists the attribute dimensions that identify the facts from the source. The Dimensions table can display the attribute dimension name, its alias, its key column of the source table, and the attribute dimension attribute it references.
To add an attribute dimension, click Add (
). Select an attribute dimension then click OK.
To delete the selected attribute dimension, click Delete (
).
To move the selected attribute dimension up or down in the list, click Up (
) or Down (
).
To specify or change an attribute dimension alias, select the row in the As Dimension Alias column for the attribute dimension and enter an alias or modify the existing alias.
To change the key source column, double-click the row in the KEY Source Column column for the attribute dimension and select a different column from the drop-down list..
To change the attribute dimension attribute, select the row in the REFERENCES Dimension Attribute columns and enter an attribute or select one from the drop-down list.
Parent topic: Analytic Views Dialog Boxes and Wizards