final class atoti.measures.Measures
Manage theMeasure of a Cube.
The built-in measure contributors.COUNT counts how many rows from the cube’s fact table contributed to each aggregate of a query:
Example
I18nConfig.
A measure can evaluate to the current member of an expressed level:
Level, or another measure.
If some condition inputs evaluate to None, the resulting measure will evaluate to False:
See also:
atoti.agg,atoti.array,atoti.function,atoti.math, andatoti.stringfor other ways to define measures.Measureto configure existing measures.