Skip to content

Loads or updates a dimension from data in a PlaidCloud table. Handles both initial loads (creating the hierarchy from scratch) and incremental updates (adding members, changing parents, updating properties without rebuilding from zero).

Supports two source data shapes: Parent-Child (one row per edge in the tree) and Levels (one column per hierarchy level, one full path per row). Values, aliases, and properties can be loaded alongside the structural data.

To specify a dimension dynamically you include project and or local variables in the name.

Variables are useful when dimensions are updated on a periodic basis and retaining the historical view is desired.

An example that uses the current_month variable to dynamically load the dimension:

dimension_name_{current_month}

To use a specific dimension select the dimension using the drop down menu.

To load an Alternate Hierarchy fist select the dimension either dynamically or specifically, click the Load to Alternate Hierarchy checkbox and enter the name of the alternate hierarchy to be loaded.

To specify the source table dynamically click the Dynamic Checkbox and enter the table name including the project and or local variables in the name.

To use a specific source table select the table using the drop down menu.

There are three options for consolidation types:

  • ”+”: Aggregates values in the dimension.
  • ”-”: Subtracts values in the dimension.
  • ”~”: No aggregation is performed in the dimension.

There are two options for fomatting the Source Table when loading a dimension.

In a Parent Child table there are two columns that represent the dimensions structure, Parent and Child.

EXAMPLE PARENT CHILD

PARENTCHILDConsolidation Type
Parent AllParent 1~
Parnet AllParent 2~
Parent 1Child 1+
Parent 2Child 2+
Child 1Child 3+
Child 1Child 4+
Child 2Child 5+

In a Flattend Level table there are an infinte number of columns with each column representing a level of the dimension.

EXAMPLE FLATTENED LEVELS

Level 1Level 2Level 3Level 4
Parent AllParent 1Child 1Child 3
Parent AllParent 1Child 1Child 4
Parent AllParent 2Child 2Child 5

Using the Inspect Source menu button populates the Source Column in the data mapper. Once the Source Column has been populated use the Kind drop down menu to map the Source Columns to the appropriate column type.