arrayfilter

XQL_function_descriptions.json

Synopsis

arrayfilter (field: array, cond: condition)

Description

This function returns an array, which contains all elements for which the condition is evaluated as TRUE. Use the string '@element' in order to refer to the currently evaluated element inside the condition.