atoti.Hierarchy#

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.

isin

Return a condition to check that the hierarchy is on one of the given members.

levels

Levels of the hierarchy.

name

Name of the hierarchy.

slicing

Whether the hierarchy is slicing or not.

virtual

Whether the hierarchy is virtual or not.

visible

Whether the hierarchy is visible or not.