Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jamielim
Contributor III
Contributor III

results differ with filter on dimension

I have a table that sums a measure and presents it against a dimension. I have allowed null dimension to display as well.

e.g.

DimensionMeasure
A100
B200
C300
-400

figures are correctly presented against each dimension. However, when I apply a filter using any one for the value of the dimension (e.g. select dimension A under filter), the measure goes down to 0 (instead of showing 100) and my table shows null under dimension.

DimensionMeasure
-0

Any idea what I would likely need to check here?

Is it because I have some measures against null dimension?

Regards,

Jamie

1 Solution

Accepted Solutions
jamielim
Contributor III
Contributor III
Author

Found that the variable used in my set analysis for the measures expression was not able to compute successfully when i filter by that dimension as dimension did not affect the variable. Thus, I amended the variable to ignore all filters. then the expression was able to compute even with filter applied.

Problem solved.

View solution in original post

4 Replies
Lisa_P
Employee
Employee

It appears that your selection is excluding all of these dimensions

balabhaskarqlik

Can you provide screenshots of Table box Data - Dimension, measure definitions?

What's the version you're using?

jamielim
Contributor III
Contributor III
Author

Found that the variable used in my set analysis for the measures expression was not able to compute successfully when i filter by that dimension as dimension did not affect the variable. Thus, I amended the variable to ignore all filters. then the expression was able to compute even with filter applied.

Problem solved.

balabhaskarqlik

That's a good try. Just post the screenshot of Table box, then it'll be helpful for others.