minp(expression[, condition])


Description

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

Example

minp(fv("Price"))
returns the minimum value in the price folder for all parent items

Related Rules

minc(), maxc(), mind(), maxd(), maxp()