atoti.Hierarchy#

final class atoti.Hierarchy#

Hierarchy of a Cube.

A hierarchy is a sub category of a dimension and represents a precise type of data.

For example, Quarter or Week could be hierarchies in the Time dimension.

See also

Hierarchies to define one.

dimension

Name of the dimension of the hierarchy.

dimension_default

Whether the hierarchy is the default in its dimension or not.

folder

The hierarchy folder.

isin

Return a condition evaluating to True where this hierarchy's current member (or its path) is included in the given members (or member_paths), and evaluating to False elsewhere.

name

Name of the hierarchy.

slicing

Whether the hierarchy is slicing or not.

viewers

visible is True if and only if at least one of the roles of the current user is included in this set.

virtual

Whether the hierarchy is virtual or not.

visible

Whether the hierarchy should be displayed to the user in Atoti UI (or other compatible clients).