add_variation
Add a date-navigation variation to a column so visuals can navigate through a named relationship to a default hierarchy on the related date table.
Instructions
Add a date-navigation Variation to a column: when the column is used in a visual, the model navigates through the named relationship to a default hierarchy on the related (date) table. isDefault makes it the column's default variation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | table the column is on | |
| column | Yes | the column to add the variation to | |
| isDefault | No | make this the column's default variation (default true) | |
| sessionId | Yes | ||
| relationship | Yes | the relationship name to navigate through | |
| defaultHierarchy | Yes | the default hierarchy on the related table |