Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alan_grn
Creator II
Creator II

Suppress Null Values dimension of in Hypercube

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

1 Solution

Accepted Solutions
alan_grn
Creator II
Creator II
Author

Managed to get this to work using : 

qNullSuppression : true

View solution in original post

2 Replies
mek
Employee
Employee

Try setting

qSuppressMissing: true

 inside qHyperCubeDef

alan_grn
Creator II
Creator II
Author

Managed to get this to work using : 

qNullSuppression : true