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.Measure
A measure is a mostly-numeric data value, computed on demand for aggregation purposes.Example
Copying a measure does not copy its attributes:See also:
Measures to define one.data_type | Type of the values the measure evaluates to. |
|---|---|
description | Description of the measure. |
folder | Folder of the measure. |
formatter | Formatter of the measure. |
isin | Return a condition evaluating to True where this measure evaluates to one of the given values, and evaluating to False elsewhere. |
isnull | Return a condition evaluating to True where this measure evalutes to None, and evaluating to False elsewhere. |
name | Name of the measure. |
visible | Whether the measure is visible or not. |