avgc(value [, condition])
Description
Returns the average value of the child items when condition is true.
If the condition is not included, it is assumed to be true.
Example
avgc(fv("times") * fv("Price"), fv("Price") > 1)
Returns the average value of the value of the [times] folder times the value of the [Price] folder where the value of the [Price] folder is greater than 1avgc(value [, condition]).
Related Rules
avgd()