Description
Returns the minimum of its argument, filtered to completions matching the given condition
Available In
- Analysis
Syntax
MINIMUMFILTERED(n: Integer or Number, condition: Boolean)
Example
MINIMUMFILTERED(@Hour of Day, 100 > 20) = 3

Returns the minimum of its argument, filtered to completions matching the given condition
MINIMUMFILTERED(n: Integer or Number, condition: Boolean)
MINIMUMFILTERED(@Hour of Day, 100 > 20) = 3