Skip to main content

%DeepSee.Query.memberMeasure

class %DeepSee.Query.memberMeasure extends %DeepSee.Query.member

Specialized version of the member class used for measures.

Method Inventory

Methods

method %ApplyState(pType As %String) as %Status
Set the state of this member using the current meta data node.
classmethod %GetMembers(pCubeName As %String, pDimNo As %Integer, pHierNo As %Integer, pLevelNo As %Integer, pRollupKey As %String, pParent As %Integer, pKey As %String, ByRef pNodeNo As %Integer, pRecurse As %Integer = 0, ByRef pRange As %String, ByRef pMemberList) as %Status
Find the set of members that match the given criteria and place them into the axis tree.
In this case, return all measures for the current cube.
method %ProcessMembers(pParent As %Integer, Output pSet As %List) as %Status
Process the member name and key information for this tuple. Put the result into pSet.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab