Home > @activeviam/activeui-sdk > ActivePivotConfiguration > executeDefinitionStatement
ActivePivotConfiguration.executeDefinitionStatement property
Execute a configuration query (e.g. create kpi or calculated member) It is not advised to use directly this method. Prefer the other methods of this API, such as or .
Signature:
executeDefinitionStatement: (definition: MdxDefinition) => Promise<void>;