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.

count_distinctReturn a measure equal to the distinct count of the passed measure across the specified scope.
distinctReturn an array measure equal to the distinct values of the passed measure across the specified scope.
longReturn a measure equal to the sum of the positive values of the passed measure across the specified scope.
maxReturn a measure equal to the maximum of the passed measure across the specified scope.
max_memberReturn a measure equal to the member maximizing the passed measure on the given level.
meanReturn a measure equal to the mean of the passed measure across the specified scope.
medianReturn a measure equal to the median of the passed measure across the specified scope.
minReturn a measure equal to the minimum of the passed measure across the specified scope.
min_memberReturn a measure equal to the member minimizing the passed measure on the given level.
prodReturn a measure equal to the product of the passed measure across the specified scope.
quantileReturn a measure equal to the requested quantile of the passed operand across the specified scope.
shortReturn a measure equal to the sum of the negative values of the passed measure across the specified scope.
single_valueReturn a measure equal to the value aggregation of the operand across the specified scope.
square_sumReturn a measure equal to the sum of the square of the passed measure across the specified scope.
stdReturn a measure equal to the standard deviation of the passed operand across the specified scope.
sumReturn a measure equal to the sum of the passed measure across the specified scope.
sum_productReturn a measure equal to the sum product aggregation of the passed factors across the specified scope.
varReturn a measure equal to the variance of the passed operand across the specified scope.