%DeepSee.Query.memberComputed
class %DeepSee.Query.memberComputed extends %DeepSee.Query.member
Specialized version of the member class used for computed dimensions.Method Inventory
Methods
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.
classmethod %GetNodeForMDX(Output pNode As %List, pCubeName As %String, pParent As %Integer, pName As %String, pExpr As %String) as %Status
Given an MDX expression, return an info node ($list) for the resolved expression.
Inherited Members
Inherited Properties
- %aggregate
- %allName
- %cube
- %dimNumber
- %hierNumber
- %levelNumber
- %memberId
- %memberKey
- %memberSpec
- %name
- %tuple
- %type
Inherited Methods
- %AddToSaveSet()
- %ApplyState()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %HasFeature()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %SupportsFunction()
- %ValidateObject()