Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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')
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.
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.