Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
sayadutt
Creator
Creator

Loading data from SharePoint 2016 list

Hi Team,

I have been loading my data from Sharepoint List in 2010.

Recently my sharepoint got migrated to 2016. Can someone please guide me how I can load the same data from SharePoint 2016? 

Old one:

LOAD *
FROM
[sharepoint]
(html, unicode, embedded labels, table is @4);

 

New one:

Untitled.png

 

Labels (1)
1 Solution

Accepted Solutions
aapurva09
Creator
Creator

Hi Sayadutt,

I have extracted data from Sharepoint List using RPC-Calls, where we need to first get the list id then use owssvr.dll. It works smooth. You will find the whole process below:

https://community.qlik.com/t5/QlikView-Documents/Reading-Data-from-Sharepoint-lists-into-QlikView/ta...

Thanks

Apurva

 

View solution in original post

1 Reply
aapurva09
Creator
Creator

Hi Sayadutt,

I have extracted data from Sharepoint List using RPC-Calls, where we need to first get the list id then use owssvr.dll. It works smooth. You will find the whole process below:

https://community.qlik.com/t5/QlikView-Documents/Reading-Data-from-Sharepoint-lists-into-QlikView/ta...

Thanks

Apurva