Created
August 16, 2018 14:48
-
-
Save skokenes/b4e5ea3597d2e1463a73ca3cf79b7b52 to your computer and use it in GitHub Desktop.
HyperCube with Null Suppression
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"qDimensions": [ | |
{ | |
"qDef": { "qFieldDefs": ["AR Date Group Description"]}, | |
"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