Home > @activeviam/activeui-sdk > FromClauseNode
FromClauseNode interface
An MdxNode representing a named cube for the FROM clause of a SelectNode. Does not represent a subselect expression in a FROM clause – that is represented by a SubSelectNode instead.
Signature:
export interface FromClauseNode
Properties
| Property | Type | Description |
|---|---|---|
| cubeName | CubeName | |
| elementType | 'From' |