Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldsDescription
Source TableIdentifies the source table where the column's data comes from. This source table is normally a fact table or a dimension table within the data warehouse. If the column was sourced from multiple tables, then the normal practice is to record one of the tables in this field and a comment listing all of the other tables in the Source strategy field. This field is used when generating a procedure to update the aggregate table. It is also used in the trackback diagrams and the documentation.
Source ColumnIdentifies the source column where the column's data comes from. Such a column is normally a fact table column or a dimension table column, which in turn may have been a transformation or a combination of multiple columns.
Source Data TypeIdentifies the source column's data type. [Read-only].
TransformationRefer to Aggregate Table Column Transformations. [Read-only].
JoinIndicates whether the table column is used in a table join. [Normally maintained automatically but can be optionally changed to override the default join logic used in the generated update procedure]. The Source Table and Source Column fields will provide the dimension table's side of the join. The options for this field are False, True, Manual and Pre Join.
  • Setting this field to Manual changes the way the dimension table is looked up during the update procedure build. It allows you to join the dimension manually in the Source Join wizard (used to build the 'Where' clause).
  • Setting this field to Pre Join activates the Pre Join Source Table field and allows you to select a table from the drop-down list.
Pre Join Source TableIndicates the table from which the pre-joined column was sourced. When the Join option is set to False, this field becomes inactive. When the Join option is set to True or Manual, this field is set to the current table name. When the Join option is set to Pre Join, then you can select the required table from the drop-down list.

...