Skip to content

Instantly share code, notes, and snippets.

@skokenes
Created August 16, 2018 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skokenes/47ccb69dab2bf688798994ed26cdb7a2 to your computer and use it in GitHub Desktop.
Save skokenes/47ccb69dab2bf688798994ed26cdb7a2 to your computer and use it in GitHub Desktop.
Sort a Dimension in a HyperCube
{
"qDimensions": [
{
"qDef": {
"qFieldDefs": ["AR Date Group Description"],
"qSortCriterias": [
{
"qSortByAscii": 1
}
]
},
"qNullSuppression": true
}
],
"qMeasures": [
{
"qDef": { "qDef": "sum({<[MonthIndex]={[$(=Max(MonthIndex))]}>} [AR Net Balance])" }
}
],
"qInitialDataFetch": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment