%ZEN.Report.CustomAggregate
deprecated abstract class %ZEN.Report.CustomAggregate extends %ZEN.Report.aggregate
Base class for custom aggregates in ZEN report data.Property Inventory
Method Inventory
Properties
property class as %ZEN.Datatype.className [ InitialExpression = ..%ClassName(1) ];
Property methods: classDisplayToLogical(), classGet(), classIsValid(), classLogicalToDisplay(), classLogicalToOdbc(), classNormalize(), classSet()
property type as %ZEN.Datatype.string [ InitialExpression = "CUSTOM" ];
Inherited description: Type of aggregate to calculate.
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()
Methods
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.
Inherited Members
Inherited Properties
- accumIf
 - escape
 - excelFormula
 - excelName
 - excelNumberFormat
 - expression
 - field
 - fields
 - filter
 - format
 - ignoreNLS
 - name
 - postprocessResult
 - preprocessValue
 - runtimeMode
 - uniqueId
 
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %PostProcessValue()
 - %PreProcessValue()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()
 - fieldIsValid()
 - nameIsValid()
 
Subclasses
- %ZEN.Report.Aggregate.Correlation
 - %ZEN.Report.Aggregate.CountDistinct
 - %ZEN.Report.Aggregate.Covariance
 - %ZEN.Report.Aggregate.LinearRegression
 - %ZEN.Report.Aggregate.Median
 - %ZEN.Report.Aggregate.Mode
 - %ZEN.Report.Aggregate.Percentile
 - %ZEN.Report.Aggregate.PercentileRank
 - %ZEN.Report.Aggregate.StDev
 - %ZEN.Report.Aggregate.StDevP
 - %ZEN.Report.Aggregate.Var
 - %ZEN.Report.Aggregate.VarP