%DeepSee.ComputedDimension.SET
class %DeepSee.ComputedDimension.SET extends %DeepSee.ComputedDimension.Base
This class implements a computed dimension that uses an external SET definition to resolve members.Property Inventory
Method Inventory
Parameters
parameter DIMTYPE = mdx;
Type reported back to the UI. This determines what type of control to display
for filters based on this class.
Properties
property %args as %String [ MultiDimensional ];
Array of arguments from the SET class spec.
Property methods: %argsDisplayToLogical(), %argsGet(), %argsIsValid(), %argsLogicalToDisplay(), %argsLogicalToOdbc(), %argsNormalize(), %argsSet()
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)
Build the bitset that corresponds to the given computed dimension "spec".
Parse an argument list "(arg:value,arg:value)" for a SET class.
Return an array of names and values.
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()
- %OnGetComputedMembers()
- %OnGetComputedMembersFiltered()
- %OnKillFacts()
- %OriginalNamespace()
- %PackageName()
- %ProcessSQL()
- %RemoveFromSaveSet()
- %ResolveKey()
- %SerializeObject()
- %SetModified()
- %ValidateObject()