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

Load Multiple sheets in a single excel data source

Hi Friends,How to Load an Excel data source which is having multiple sheets in a single Excel data source.

All Regions Tab in data source has same set of data i.e., column names and Fields are same we can concatenate as a single Sheet and need help on these.

3 Replies
Not applicable
Author

Hai Swethasmilek

Rename the Four Sheets as A1,A2,A3,A4  then in script pane write the below code

FOR VCOUNT=1 TO 4

LOAD [Address Number],

     [Business Family],

     [Business Unit],

     Customer,

     [Customer Number],

     [Customer Type],

     Division,

     [Line of Business],

     Phone,

     [Region Code],

     [Regional Sales Mgr],

     [Search Type]

FROM

(ooxml, embedded labels, table is A$(VCOUNT));

NEXT

Anonymous
Not applicable
Author

It was given by Business People it cant be renamed.other then renaming can you help on variables with loop