Skip to main content

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.

final class atoti.Level

Level of a Hierarchy. A level is a sub category of a hierarchy. Levels have a specific order with a parent-child relationship. In a Pivot Table, a single-level hierarchy will be displayed as a flat attribute while a multi-level hierarchy will display the first level and allow users to expand each member against the next level and display sub totals. For example, a Geography hierarchy can have a Continent as the top level where Continent expands to Country which in turn expands to the leaf level: City.
data_typeType of the level members.
dimensionName of the dimension holding the level.
hierarchyName of the hierarchy holding the level.
isinReturn a condition evaluating to True where this level’s current member is included in the given members, and evaluating to False elsewhere.
isnullReturn a condition evaluating to True where this level is not expressed, and evaluating to False elsewhere.
nameName of the level.
orderOrder in which to sort the level’s members.