Exago Logo
Search
Generic filters
Exact matches only
Custom Aggregate Functions

Custom Aggregate Function: AggConcat()

Returns a concatenated string of values separated by a specified delimiter string.

Custom Aggregate Function: AggCountIf()

Returns the count of values of dataToAggregate with a corresponding true condition. Only those records with a true condition are included in the count.

Custom Aggregate Function: AggDistinctAvg()

Returns the average of only unique values in a series of values.

Custom Aggregate Function: AggDistinctSum()

Returns the sum of only unique values in a series.

Custom Aggregate Function: AggSumIf()

Returns the sum of values of dataToAggregate with a corresponding truecondition.

Custom Aggregate Function: ArgumentMax()

Returns the corresponding correspondingValue associated with the maximum value of maximizedValue.

Custom Aggregate Function: ArgumentMin()

Returns the corresponding correspondingValue associated with the minimum value of minimizedValue.