%ZEN.Report.Aggregate.CountDistinct
class %ZEN.Report.Aggregate.CountDistinct extends %ZEN.Report.CustomAggregate
Aggregate for counting the number of distinct values in a set of dataProperty Inventory
Method Inventory
Properties
property Count as %Integer [ InitialExpression = 0 ];
Running count of distinct values processed
Property methods: CountDisplayToLogical(), CountGet(), CountIsValid(), CountLogicalToDisplay(), CountNormalize(), CountSet(), CountXSDToLogical()
property Values as array of %String;
Array of values processed
Property methods: ValuesBuildValueArray(), ValuesCollectionToDisplay(), ValuesCollectionToOdbc(), ValuesDisplayToCollection(), ValuesDisplayToLogical(), ValuesGet(), ValuesGetObject(), ValuesGetObjectId(), ValuesGetSwizzled(), ValuesIsValid(), ValuesLogicalToDisplay(), ValuesLogicalToOdbc(), ValuesNormalize(), ValuesOdbcToCollection(), ValuesSet(), ValuesSetObject(), ValuesSetObjectId()
Methods
method GetResult() as %String
Return the count of distinct values processsed
Processes each new value
Inherited Members
Inherited Properties
- accumIf
 - class
 - escape
 - excelFormula
 - excelName
 - excelNumberFormat
 - expression
 - field
 - fields
 - filter
 - format
 - ignoreNLS
 - name
 - postprocessResult
 - preprocessValue
 - runtimeMode
 - type
 - 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()