Skip to main content

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.

atReturn a measure equal to the passed measure at some other coordinates of the cube.
date_diffReturn a measure equal to the difference between two dates.
date_shiftReturn a measure equal to the passed measure shifted to another date.
filterReturn a measure equal to measure where filter evaluates to True and equal to None elsewhere.
firstReturn a measure equal to the first value of the passed measure on the given level.
lastReturn a measure equal to the last value of the passed measure on the given level.
lookupReturn a measure equal to a get-by-key query on the given table column.
parent_valueReturn a measure which values are equal to the values of the given measure, at a member that is located at a higher level on each of the specified hierarchy.
plugin_measureReturn a measure computed by a plugin registered by an Atoti Server extension.
rankReturn a measure equal to the rank of a hierarchy’s members according to a reference measure.
shiftReturn a measure equal to the passed measure shifted to another member of the hierarchy.
switchReturn a measure equal to the value of the first case for which subject is equal to the case’s key.
totalReturn a measure equal to the passed measure at the top level member on each given hierarchy.
whereReturn a conditional measure.