minc(expression[, condition])

Description

returns the minimum for all children values if condition is true
If no condition given then the condition is assumed to be true.

Example

minc(fv("Price"))
returns the minimum value in the price folder for all child items

Related Rules

maxc(), maxd(), mind(), maxp(), minp()