Home > @activeviam/activeui-sdk > SelectStatementNode
SelectStatementNode interface
An MdxNode representing a SELECT statement.
Signature:
export interface SelectStatementNode
Properties
| Property | Type | Description |
|---|---|---|
| axes | AxisNode[] | |
| cellProps | string[] | |
| elementType | 'Select' | |
| from | SubSelectNode | FromClauseNode | |
| slicerAxis | AxisNode | |
| withClause | FormulaNode[] |