Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a Hypercube and I am trying to remove Dimension Values which are Null.
The Hypercube that is returned has the following values but the null values are still returned.
qDef: {qFieldDefs : }
qNullSuppression : true
Try setting
qSuppressMissing: true
inside qHyperCubeDef
Managed to get this to work using :