[+]
The [+] operator allows multiple hierarchy elements to be grouped together into a temporary parent.
This temporary parent exists only within the context of the current calculation or view and does not create a permanent hierarchy item.
Example Hierarchy
text
Net Profit
Expenses
Salary Expenses
Other Expenses
Gross Profit
Revenue
COGSUsing the hierarchy above, the following expression:
text
COGS[+]Expensescreates a temporary parent combining:
COGSExpenses
Given Expenses is a parent, the temporary parent of COGS[+]Expenses will contain the following elements:
COGSSalary ExpensesOther Expenses
This behaves similarly to a parent aggregation, but without adding a permanent hierarchy node such as Gross Profit.
Common Use Cases
- Creating custom totals in Workviews
- Combining unrelated hierarchy branches
- Building temporary KPI calculations
- Creating ad hoc reporting structures