class %DeepSee.Report.Model.Aggregate
extends Stylable
parameter XMLNAME = "aggregate";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
property accumIf
as %ZEN.Datatype.string;
Only accumulate if accumif is true
property caption
as %String(XMLPROJECTION="attribute");
caption used in table
property class
as %ZEN.Datatype.className;
CSS class to apply to this element
property field
as %ZEN.Datatype.classMember(MEMBERTYPE="SQLCOLUMN");
Name of field (column) in the base query for this report that will
supply the value for this item.
If this starts with "!" then this is expression that evaluates to field name
property fields
as %ZEN.Datatype.string;
Name of fields (columns) in the base query for this report that will
supply the values for this item.
property format
as %ZEN.Datatype.string;
property name
as %ZEN.Datatype.name [ InitialExpression = "item",Required ];
Name used for the XML representation of this node.
If a value is not supplied, "item" is used.
This must contain a valid identifier value.
property type
as %ZEN.Datatype.string(MAXLEN=50,VALUELIST=",COUNT,SUM,AVG,MIN,MAX,CUSTOM,CLASS");
Type of aggregate to calculate.