Skip to main content

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

PropertyValuesDefault Value
pivotIdName of Cube
contextMap - Context values
locationsList of String - Location definitions
measureSelectionsList of String - measure names