ListAvg
Gets the average of all values in a list
Method Signature
Arguments
Argument
Type
Required
Description
Default
list
string
true
The list to compact
delimiter
string
false
string the list delimiter
,
multiCharacterDelimiter
boolean
false
boolean whether the delimiter is multi-character
false
Examples
Calculate average from query columns
Result: Athlete's average best time is 12.43 seconds.
Additional Examples
Related
Last updated
Was this helpful?