Deem Insight glossary
Use this page as a quick reference when terms are ambiguous in docs or chatbot answers.
Core terms
Section titled “Core terms”- Drill path: Ordered dimensions used to expand report levels.
- Y-axis / X-axis: Vertical and horizontal drill directions in multidimensional reports.
- Page filter: Quick filter control exposed directly in report view.
- Report filter: Report-level filter configuration in report administration.
- Skip zeros: Visual option hiding rows with only zero or empty values.
- Bookmark: Saved report state (filters, drill level, sorting, visibility).
- OLAP scope: Defines which user actions affect a graph/table/KPI widget.
- KPI widget: Compact metric widget typically used in dashboard layout.
- Addon table: Table widget treated as graph area element in dashboard layout.
- Type related to reports: Mapping between CLM context (account/project/etc.) and reports.
CLM context keys (examples)
Section titled “CLM context keys (examples)”$account_key: Current account context key.$project_key: Current project context key.$user.getKey(): Current user key (email).
Example input/output
Section titled “Example input/output”- Input: “Why does report show all customers from project card?”
- Check: Is project context filter script present (for example
[project_number] = '$project_key')? - Output: Report is scoped to selected project context instead of all projects.