maxd(expression[, condition])



Description

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

Example

maxd(fv("Price"))
returns the maximum value in the price folder for all depends items

Related Rules

minc(), maxc(), mind(), maxp(), minp()