Home > @activeviam/activeui-sdk > MdxStatementsApi
MdxStatementsApi interface
Contains functions used to manipulate the different types of MDX statements that can be encountered (Select, Drillthrough Select).
Signature:
export interface MdxStatementsApi
Properties
Property | Type | Description |
---|---|---|
getRootSelect | (statement: SelectNode) => SelectNode | |
transformOnlyRootSelect | (statement: SelectNode, selectTransformer: (node?: SelectStatementNode) => SelectNode | void) => SelectNode | undefined |