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: 
Not applicable

filter a dimension

Hi,

I want to build a chart with one dimension but display a only a subset of the value of my dimension, not all.

I found out a solution with the creation of a flag in the script ( if( dimension = cond, 1 , 0) as flag) and a list box to do the selection.

I want know if it's possible to do this directly in the chart.

Thanks for your help

Jean-Jacques

1 Solution

Accepted Solutions
Not applicable
Author

Hi Jean,

Here you are a possible solution, there you can find a filter on the Country dimension.

I hope this help you.

Best regards.

View solution in original post

2 Replies
Not applicable
Author

Hi Jean,

Here you are a possible solution, there you can find a filter on the Country dimension.

I hope this help you.

Best regards.

Not applicable
Author

Gracias amigo.

It's now ok with this : =If(Vision<2100 ,Vision,Null())

thanks

JJ