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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
qv_testing
Specialist II
Specialist II

Load multiple excel files from Multiple excel sheets

Hi Community,

Load multiple excel files from Multiple excel sheets, but i have same diffrent column field

Thanks..

8 Replies
qv_testing
Specialist II
Specialist II
Author

Hi Tresesco,

It's fine, but i don't have same columns.. that's why  i have problem

tresesco
MVP
MVP

If you don't have same columns, you would have different tables(because they won't be auto concatenated). That is what the difference would be I believe. Or, if you are trying to achieve something else, please explain.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

How about "LOAD *"?

-Rob

qv_testing
Specialist II
Specialist II
Author

Hi,

Please find attached files...

Not applicable

Hi

try this

open Qlik view-> Ctrl+E click ->Table files Select Your File.

Select one sheet then again load same file select other sheet (The window open like above).

gajapathy74
Creator II
Creator II

I have given below the script load data from Read.XLSX file. let me know what is the common field (or) the field (/column) that you want to link between Employee/Office to the field (column) in the Read file.

READ_Tbl:

LOAD Name,

     Born,

     Country,

     Tests,

     ODIs,

     T20s

FROM

READ.xlsx

(ooxml, embedded labels, table is India);

LOAD Name,

     Born,

     Country,

     Tests,

     ODIs,

     T20s

FROM

READ.xlsx

(ooxml, embedded labels, table is ENG);

LOAD Name,

     Born,

     Country,

     Tests,

     ODIs,

     T20s

FROM

READ.xlsx

(ooxml, embedded labels, table is NZ);

qv_testing
Specialist II
Specialist II
Author

Hi Jagapathy,

This is not a correct way. i want to load at a time..

see this link  http://community.qlik.com/message/258417#258417