| Column Group Heading | Groups related column headers in a worksheet view. For example, if Customer is specified for both Customer Number and Customer Name, the worksheet will display Customer above Number and Name side by side. Used with Column Heading. |
| Column Heading | Sets the column’s header text. Combined with Column Group Heading to identify the column in a data model. |
| Visible Level | Defines the minimum authorization level required to display the column. Compared against user authorizations set in Data Model Authorizations. Levels:
- 0 – No authorization
- 10 – Basic
- 20 – Intermediate
- 30 – Advanced
- 40 – Manager
- 50 – Administrator
- 60 – System Administrator
- 99 – Security Officer
|
| Format | Specifies the display format for numbers, currency, date/time, percentages, and text. Options vary per category (e.g., decimal places for numbers, leading zeros). Provides a preview. From SEI Version 9, you can display images or hyperlinks in worksheets. |
| Column Type | Defines the column’s role:
- Dimension Key – Field(s) that uniquely identify a record in the data model. Required for editable data models.
- Dimension Data – Fields used for grouping or analyzing (e.g., Company, Region Code).
- Measure Data – Numeric fields to analyze (e.g., Goods Value, Quantity).
- Measure Calculated – Calculated measures based on other column values.
- Description Data – Descriptive fields for dimension fields (e.g., Customer Name).
|
| Description Field | Links a dimension key to its description field (e.g., Customer Number to Customer Name, Item Code to Item Description). The description shows alongside the code depending on Description Format. |
| Description Format | Controls layout of dimension and description fields. For example, Title-Description-Code for a Customer Code might appear as Customer code-123-Company ABC. Can use - separator or display without separators. |
| Prompt Query | Assigns a prompt to the column. Opens the Prompt dialog to select the relevant prompt data model. |
| Prompt Sort Order | If the column is used in a prompt window, determines sort order: None, Ascending, Descending. |
| Subtotal | Specifies the summary operation used when data is grouped: None, Sum, Min, Max, Count, Avg, Count Distinct, Percentage of total, OnCalcul. |
| Subtotal Restrictions | Restricts which grouping levels display subtotal values. Opens a dialog to select Subtotal Group Levels and Field. |
| Subtotal Exceptions | Allows a different subtotal type for a specific group. Exceptions are ignored if subtotal type is Percentage of total. Opens a dialog to select Field and Subtotal. |
| OnCalculation | If Subtotal is set to OnCalcul, defines a script in the JavaScript Builder to calculate the subtotal. |
| Calculation | Specifies a SQL calculation for a calculated column using the SQL Script Builder. |
| Window Function | Applies a window function calculation for the column. |
| Parameter Name | Sets a Global Parameter name for use with Links, Dashboard Filtering, and Dashboard Filtering Panels. |