Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Nachimon
Contributor
Contributor

Reading months from rows headers

I have pivote table in excel with months headers as rows. But there is total as a header below that. Column headers are measures.  So I need to create filter using month names and data will be displayed for those months only. And also total below it for selected months. (Can't provide excel sheet as it's confidential) 

3 Replies
anat
Master
Master

can you share excel metadata format with dummy data...

Nachimon
Contributor
Contributor
Author

Screenshot_20220121-123609__01.jpg

anat
Master
Master

remove last record<total> while loading the data into qlik.

load * from table where not match(unit,'total');

then create table then enable show total option.