Get Aggregates Query

JSON Structure

"queries": [
  {
    "@type": "GetAggregatesQuery",
    "pivotId": "Cube Name",
    "context": {
      "key": "value"
    },
    "locations": [
      "a|b|c|d",
      "dimension@level@hierarchy=[*];dimension@level@hierarchy=[*]"
    ],
    "measureSelections": [
      "measure1",
      "measure2"
    ]
  }
]

Property Details

Property Values Default Value
pivotId Name of Cube
context Map - Context values
locations List of String - Location definitions
measureSelections List of String - measure names
search.js