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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anuhyak1
Creator
Creator

Load Multiple Excel Files from SharePoint site and create a single table in Qlik sense.

I'm able to load a table  from list of Excel files in a SharePoint location. This is all done via Web Connectors. The code and results look like this.

LIB CONNECT TO RnD GDS - GPSETraining

LOAD

    UniqueId,

   Name,

    title,

    id,

    updated

FROM [lib://RnD GDS - GPSETraining]

(qvx);

Attached excel file that contains UniqueId, Name.

Initially load all LEAD ,SABA, Qlik files separately and finally concatenate them to create a giant big table.

New files are added to the SharePoint location monthly and would need to automatically be appended to big Table.

Could you please help me with the script for this scenario in QlikSense.

Anuhyak1_0-1670531706176.png

 

 

Labels (3)
1 Reply
nhoover
Luminary
Luminary

In cases like these, I used Excel Power Query to perform the append operation and Qlik to grab the final output.