mind(expression[, condition])


Description

just like minc() function, but it's use on depends items
returns the minimum for all depends values if condition is true
If no condition given then the condition is assumed to be true.

Example

mind(fv("Price"))
returns the minimum value in the price folder for all depends items

Related Rules

minc(), maxc(), maxd(), maxp(), minp()