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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jmvilaplanap
Specialist
Specialist

Sharepoint shared folder from Qlik

Hi all,

There is any way to access to a Sharepoint shared folder from Qlik? I don't care the way to do it.

- Python app to sync

- PowerShell

- Microsoft Flow

- ifttt

- whatever

Thanks a lot

2 Replies
pooja_prabhu_n
Creator III
Creator III

Hi,

Try accessing from web files.

sharepoint.PNG

Provide the path in web files.

Load *

FROM [https://sharepoint.com/--/--/Folder/vName.csv]

(txt, codepage is 1252, embedded labels, delimiter is ',', msq);

Thanks,

Pooja

jmvilaplanap
Specialist
Specialist
Author

Hi,

I tried but QV tries to download the HTML where the file is.

Thanks.