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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

filtering dimension

Hi,

I have the Question 1 to 15 in the pivot table and i want to display only Question 1 to 10. How can i filter the questions in dimensions.

Please help.

filter.png

1 Solution

Accepted Solutions
Not applicable
Author

just make it a calculated dimension

if (Match(Questions,'Q1','Q2',..'Q10'),Questions)

And then tick the check box "Suppress when Value is NULL'

View solution in original post

1 Reply
Not applicable
Author

just make it a calculated dimension

if (Match(Questions,'Q1','Q2',..'Q10'),Questions)

And then tick the check box "Suppress when Value is NULL'