%DeepSee.ComputedDimension.MDX
class %DeepSee.ComputedDimension.MDX extends %DeepSee.ComputedDimension.Base
This class implements a computed dimension that uses MDX expressions to resolve members.Method Inventory
Parameters
parameter BEHAVIOR = MDX;
Inherited description: Controls the run-time behavior of the dimension.
Available values are "BITSET", and "MDX".
BITSET (default) indicates that this class will compute a set of bits that define membership within a given dimension member.
MDX indicates that this class will return a set of valid MDX expressions that will be used to resolve the members of the dimension.
BITSET (default) indicates that this class will compute a set of bits that define membership within a given dimension member.
MDX indicates that this class will return a set of valid MDX expressions that will be used to resolve the members of the dimension.
parameter DIMTYPE = mdx;
Type reported back to the UI. This determines what type of control to display
for filters based on this class.
Methods
Execute a search for members.
Return a list of the form:
pList(n) = $LB(value,key)
Return a list of the form:
pList(n) = $LB(value,key)
method %OnGetComputedMembersFiltered(ByRef pMemberList, pRollupKey As %String = "", ByRef pRange As %String = "") as %Status
Find the set of members for this computed dimension object satisfying
pRollupKey and pRange (if applicable for this implementation).
pMemberList($I(pMemberList)) = $LB(id (expression),name,key,[format])
pMemberList($I(pMemberList)) = $LB(id (expression),name,key,[format])
Resolve any special tokens or expression in a key value and return the result.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ComputeBitset()
- %ComputeIndexKey()
- %ConstructClone()
- %Count()
- %Create()
- %CreateIndexFromSQL()
- %CreateIndexFromSearchableMeasure()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Eval()
- %Extends()
- %GetAllMembers()
- %GetBehavior()
- %GetComputedMembers()
- %GetDimType()
- %GetFactTable()
- %GetLevelNumber()
- %GetParameter()
- %GetPredefinedMembers()
- %IsA()
- %IsModified()
- %MemberSearchByIndex()
- %MemberSearchByMembers()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnComputeBitset()
- %OnGetComputedMembers()
- %OnKillFacts()
- %OriginalNamespace()
- %PackageName()
- %ProcessSQL()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()