mark_as_date_table
Set your calendar table as the model's date table and assign a DateTime column as the date key to enable reliable time intelligence.
Instructions
Mark a table as the model's date table (the TOM equivalent of 'Mark as date table'): sets the table's data category to Time and flags the given DateTime column as the date key. Use this so built-in time intelligence works reliably against your own calendar table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| sessionId | Yes | ||
| dateColumn | Yes | the DateTime date column to use as the date key |