Skip to main content

%DeepSee.Component.calculatedMember

Class %DeepSee.Component.calculatedMember Extends %ZEN.Component.object [ System = 3 ]

Defines a calculatedMember within a %DeepSee.Component.pivotTable component.

Parameters

NAMESPACE

Parameter NAMESPACE = "http://www.intersystems.com/deepsee";

Properties

dimension

Property dimension As %DeepSee.Datatype.entityName;

Name of the dimension this calculated member belongs to.

memberName

Property memberName As %DeepSee.Datatype.entityName;

Name of the calculated member.

valueExpression

Property valueExpression As %DeepSee.Datatype.string(MAXLEN = 32000);

MDX expression that defines the value of this calculated member.

formatString

Property formatString As %DeepSee.Datatype.string(MAXLEN = 100);

Optional format string to apply to this member.

solveOrder

Property solveOrder As %Integer(MINVAL = 0, XMLPROJECTION = "attribute");

Optional solve order to apply to this member.

Methods

clone

ClientMethod clone(ascomp) [ Internal, Language = javascript ]

Create a clone of this object.