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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Fred12
Contributor III
Contributor III

Connection to metadata sharepoint

Hello, I have to list all my files and load them after

I did : 

LOAD Name as [ListFolders.Name],
ServerRelativeUrl as [ListFolders.ServerRelativeUrl],
UniqueId as [ListFolders.UniqueId],
id as [ListFolders.id],
title as [ListFolders.title];

 

SELECT Name,
ServerRelativeUrl,
UniqueId,
id,
title

FROM ListFolders
WITH PROPERTIES (
subSite='/sites/AZERTY/',
folder='/sites/AZERTY/Shared Documents/Offre /04- VET',
maxResults=''
);

 

Thanks for reading me

Labels (2)
1 Reply
srchagas
Creator III
Creator III

Its' SharePoint Online, not using  Webconnector?