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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Aika
Contributor III
Contributor III

Pivot Table

I have this pivot table in qlik. I have to remove the 2019 and 2019 columns (they are within one dimension: [transaction_date.autoCalendar.Month]).
How can I do?

pivot-table.jpg

2 Replies
NitinK7
Specialist
Specialist

try once to add year column like below exp

=Aggr(only({<year=-{'2019'}>}year),year)

and uncheck include null values box

Aika
Contributor III
Contributor III
Author

Thank you, it works!