Home > @activeviam/activeui-sdk > ActivePivotServer > createSelectQueryFromCube
ActivePivotServer.createSelectQueryFromCube property
Create a simple MdxQuery with a SELECT statement.
Signature:
createSelectQueryFromCube: (cubeName: CubeName, context: MdxContextValues, transformers: TableTransformer[], additionalUpdateMode: UpdateMode, refreshInterval: number, ranges: RangesConfiguration) => MdxQuery;