maxp(expression[, condition])


Description

similar to maxc() except it works on all depends items
returns the maximum for all parent values if condition is true
If no condition given then the condition is assumed to be true.

Example

maxp(fv("Price"))
returns the maximum value in the price folder for all parent items

Related Rules

minc(), maxc(), mind(), maxd(), minp()