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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Diinkant
Contributor III
Contributor III

Import data from excel file with different headings.

Hi,

Is it possible to import this type of dataset into Qlik where you don't know what month the heading is going to be.

Diinkant_0-1683239954746.png

I will always know, Column A, B, C. But I won't know the month that appears from column D to O. It is a 12 month period so all 12 months will appear but it could be where D becomes Jun and O becomes May.

Help if possible please.

Thanks

Labels (1)
1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes, use "Load *".  If you want to process it as a crosstable, it would be:

CrossTable(Month, Amount, 3)
LOAD *
From ...

-Rob