Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

This is practice question

How can i load multiple excel sheets in to qv at a tile

4 Replies
Anonymous
Not applicable
Author

Yes Definately,

Actually you can use for loop statement to iterate all the sheets to load all sheets to qv at a time

jvishnuram
Partner - Creator III
Partner - Creator III

MK_QSL
MVP
MVP

LOAD *,

  FileName() as Excelnames

FROM

*.xlsx

(ooxml, embedded labels, table is [$(*)]);

Not applicable
Author