Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
| Description | Specifies whether to use visual or non-visual totals for marginal and incremental measures |
- With VISUAL TOTALS, filtering is applied to the underlying data before calculating the capital allocation. The capital allocations sum to the capital charge of the filtered data.
- With NON-VISUAL TOTALS, the results are as if the filtering was applied to the result set after calculating the capital allocation. The capital allocations would sum to the capital charge of the unfiltered data, though some are filtered out of the results.
In each case the capital charge is determined at the reference level.
| Mode | Description |
|---|---|
(default) COMPATIBILITY | Uses the visual or non-visual totals specified in the MDX. For exampleWHERE-clause for non-visual totalsSUBSELECT-clause for visual totals |
VISUAL | Forces the use of visual totals. |
NON VISUAL | Forces the use of non-visual totals. |