Querying ActivePivot : Overview
Querying an ActivePivot cube can be done in several ways :
- using an UI that generates queries behind the scenes (see Frontends)
- using an UI that generates MDX queries which can be manually edited to achieve the exact desired effect (for example, Active UI allows editing the MDX query)
- sending an MDX query directly to an ActivePivot endpoint (see Endpoints)
More information about the MDX language used to query ActivePivot is provided in the Technical Documentation.