WhereScape RED also supports creating views of objects other than dimensions (Load tables, Facts, Stage tables, Aggregates, etc.).
A Fact View is a database view of a Fact table. It may be a full, partial view, or a view incorporating both the fact data and some dimensional attributes.
It is typically used in cases where a subset of information is to be provided for specific end-user communities. It is common that the 'Where' clause be populated in fact views, either to join the dimension tables or restrict the data that the view represents.
Similarly, views may be created over Staging tables or any other table object.
The creation of non-dimension table views is the same process as that for Dimension views: 

  1. Drag a table from the right pane into the middle pane.
    • The Add New Metadata Object window defaults the object type to a View.
    • Change the View name as required, and click Add.

  2. The View Column Definition window enables the automated re-mapping of certain column names.
    It provides an easy method for changing the column names for a large number of columns when creating a view.

  3. Click OK, the View properties window is displayed:

    Change the following properties, if required:

  4. Click OK in the View properties window, after completing the view definition. A prompt is displayed to indicate that the view has been defined, click Create View.

    The columns of the View table are displayed in the middle pane.

If Dimension attributes are being added (e.g.: to a Fact view) then drag these attributes into the views column list, create the view, and edit the 'Where' clause for the view.







  • No labels