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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sergio0592
Specialist III
Specialist III

Restrict dimension value

Hi all,

I have the following issue : in a bar chart i want display all value for my dimension Age, even if count is null. So, it's ok (see the snapshot below).

P1.jpg

But i'd like to restrict only Age>=27. When i put as dimension =if(AGE>=27,AGE) it remove null value like 51, 53,54,55 even if i uncheck "suppress null value".

P2.jpg

Is there a way to fix it?

Thanks

2 Replies
sunny_talwar

Would you be able to share a sample or image to show the issue?

jaumecf23
Creator III
Creator III

You can try to not modify the dimension and force it in the Expression. Something like this:

Expression : sum({<AGE={">=27"}>}Amount)