avgd(value [, condition])
Description
Behaves similarly to
avgc() function, but uses depends items.
Returns the average value of the depends items when condition is true.
Example
avgd(fv("times") * fv("Price"))
Returns the average value of the value of the [times] folder times the value of the [Price] folder
there is no condition therefore a true condition is assumed.
Related Rules
avgc()