Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Jsobrinho77
Creator
Creator

for each File in Filelist ( SHAREPOINT ) error

Hi guys,

I'm trying to connect qliksense with sharepoint file, but I can't

There is a way to connect to sharepoint? the path is okay, because I can read data using the same path, the problem I think, is using the Filelist with sharepoint

myVar= lib//sharepointpath/folder1/folder 2/ folder 3;

for each File in Filelist('$(myVar)/*.xlsx')

Labels (3)
1 Solution

Accepted Solutions
marcus_sommer

The Sharepoint isn't a storage else a website and therefore you couldn't use file-functions. This means you need a connector which lists all files and you may loop through this list or if I remember correctly there is an extended wizard for it within the newer SaaS releases. For both approaches you should find various postings within the community.

View solution in original post

1 Reply
marcus_sommer

The Sharepoint isn't a storage else a website and therefore you couldn't use file-functions. This means you need a connector which lists all files and you may loop through this list or if I remember correctly there is an extended wizard for it within the newer SaaS releases. For both approaches you should find various postings within the community.