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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

unpivot while reloading

is this possible.. this datasource has this data structure:

LOAD FileNumber,Phone1,Phone2,Phone3

FROM...

but i need the data loaded like this:

Filenumber, Phone1

Filenumber, Phone2

Filenumber, Phone 3

etc.. etc

Thanks in advanced

1 Reply
Not applicable

hi

ofcourse you can load data like this

Table1:

load filenumber, phone1 from ........;

Table2:

load filenumber, phone2 from ........;

Table3:

load filenumber, phone3 from ........;

this would result in 3 tables

regards

Peter