class %DeepSee.Component.calculatedMember
extends %ZEN.Component.object
Defines a calculatedMember
within a %DeepSee.Component.pivotTable component.
parameter NAMESPACE = "http://www.intersystems.com/deepsee";
This is the XML namespace used for library components.
property dimension
as %DeepSee.Datatype.entityName;
Name of the dimension this calculated member belongs to.
property formatString
as %DeepSee.Datatype.string(MAXLEN=100);
Optional format string to apply to this member.
property memberName
as %DeepSee.Datatype.entityName;
Name of the calculated member.
property solveOrder
as %Integer(MINVAL=0,XMLPROJECTION="attribute");
Optional solve order to apply to this member.
property valueExpression
as %DeepSee.Datatype.string(MAXLEN=32000);
MDX expression that defines the value of this calculated member.