Skip to main content

%DeepSee.Query.memberCalculated

class %DeepSee.Query.memberCalculated extends %DeepSee.Query.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.

Method Inventory

Methods

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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab