class %DeepSee.Query.memberCalculated
extends member
Specialized version of the member class used for calculated members.
A calculated member is defined using the WITH clause of a query or
in the calculatedMember section of a cube definition.
This provider is used in the cases where there is a calculated member for a dimension
that is not defined as an actual dimension. Its only function is to indicate the
presence of a calculated member.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
4
|
|
|
|
|
method %ApplyState(pType As %String)
as %Status
Set the state of this member using the current meta data node.
method %SupportsFunction(pFunction As %String, Output pMessage As %String)
as %Boolean
Test if this member supports the given function.