Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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'