abstract class %ZEN.Report.CustomAggregate
extends aggregate
Base class for custom aggregates in ZEN report data.
method GetResult()
as %String
GetResult is invoked after every record has been processed to return
the final value of the aggregate.
method ProcessValue()
as %Status
ProcessValue is called sequentially on each record returned by the
report query or queries.