Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
sguerra2
Contributor II
Contributor II

Apply filter in pivot tables

Hi Community,

I have a pivot table that has as columns Year month- I just need 2021 info to be visible.. I tried with a set analysis to the measure, the information seems to be filtered but not removing the colums that belong to 2020 data-- i am not able to filter JUST info and columns just for year months that belong to 2021 info..any suggestions?

sguerra2_0-1615307980480.png

Thanks a lot!

@fmonetti 

Sofía

1 Reply
MayilVahanan

Hi @sguerra2 

Try like this

Sum({<Year={2021}>}yourexpression)

For dynamic,

Sum({<Year={$(=Max(Year))}>}yourexpression)

And suppress the zero values.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.