maxc(expression[, condition])
  
 Description
 
returns the maximum for all children values if the condition is true
If no condition given then the condition is assumed to be true.
Example
 maxc(fv("Price"))
returns the maximum value in the price folder for all child items
Related Rules
 
minc(), 
maxd(), 
mind(), 
maxp(), 
minp()