atoti.query.measure module

class atoti.query.measure.QueryMeasure(_name, _visible, _folder, _formatter, _description)

Measure of a query cube.

property description: Optional[str]

Description of the measure.

Return type

Optional[str]

property folder: Optional[str]

Folder of the measure.

Return type

Optional[str]

property formatter: Optional[str]

Formatter of the measure.

Return type

Optional[str]

property name: str

Name of the measure.

Return type

str

property visible: bool

Whether the measure is visible or not.

Return type

bool