Skip to main content

%DeepSee.Query.calculatedMember

class %DeepSee.Query.calculatedMember extends %DeepSee.Query.set

This represents a calculated member within an MDX query.

Property Inventory

Method Inventory

Properties

property definition as %DeepSee.Datatype.string (MAXLEN = 1000, XMLPROJECTION = "none");
Original definition of this member.
Property methods: definitionDisplayToLogical(), definitionGet(), definitionIsValid(), definitionLogicalToDisplay(), definitionLogicalToOdbc(), definitionNormalize(), definitionSet()
property formatString as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Format string to apply to this member.
Property methods: formatStringDisplayToLogical(), formatStringGet(), formatStringIsValid(), formatStringLogicalToDisplay(), formatStringLogicalToOdbc(), formatStringNormalize(), formatStringSet()
property isResolved as %Boolean (XMLPROJECTION = "none") [ InitialExpression = 0 ];
Set true when the definition of this calculated member has been resolved into a query graph and added to the children of this node.
Property methods: isResolvedDisplayToLogical(), isResolvedGet(), isResolvedIsValid(), isResolvedLogicalToDisplay(), isResolvedLogicalToXSD(), isResolvedNormalize(), isResolvedSet(), isResolvedXSDToLogical()
property memberName as %DeepSee.Datatype.string (MAXLEN = 1000, XMLPROJECTION = "attribute");
Name of this calculated member.
Property methods: memberNameDisplayToLogical(), memberNameGet(), memberNameIsValid(), memberNameLogicalToDisplay(), memberNameLogicalToOdbc(), memberNameNormalize(), memberNameSet()
property originalName as %DeepSee.Datatype.string (MAXLEN = 1000, XMLPROJECTION = "none");
Original name of this calculated member (in its original case).
Property methods: originalNameDisplayToLogical(), originalNameGet(), originalNameIsValid(), originalNameLogicalToDisplay(), originalNameLogicalToOdbc(), originalNameNormalize(), originalNameSet()
property parentDimension as %DeepSee.Datatype.string (MAXLEN = 1000, XMLPROJECTION = "attribute");
Name of the dimension this calculated member is associated with.
Property methods: parentDimensionDisplayToLogical(), parentDimensionGet(), parentDimensionIsValid(), parentDimensionLogicalToDisplay(), parentDimensionLogicalToOdbc(), parentDimensionNormalize(), parentDimensionSet()
property qmsrName as %DeepSee.Datatype.string (MAXLEN = 1000, XMLPROJECTION = "none");
Full name of quality measure (if appropriate) with catalog and set information.
Property methods: qmsrNameDisplayToLogical(), qmsrNameGet(), qmsrNameIsValid(), qmsrNameLogicalToDisplay(), qmsrNameLogicalToOdbc(), qmsrNameNormalize(), qmsrNameSet()
property solveOrder as %Integer (MINVAL = 0, XMLPROJECTION = "attribute");
Solve order to apply to this member.
Property methods: solveOrderDisplayToLogical(), solveOrderGet(), solveOrderIsValid(), solveOrderLogicalToDisplay(), solveOrderNormalize(), solveOrderSet(), solveOrderXSDToLogical()

Methods

method %GetType() as %String
Return type of this node.
method %ToString(Output pSC As %Status) as %String
Convert this node to its text representation. Note, this is assumed to be called from the context of an axis or slicer so it returns the name of the calculated member itself and not its definition.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab