Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to pull information from SharePoint into Qlikview using directory loads, however when since the information on SharePoint is housed in a folder within another folder within another folder, my information is not coming through. Any suggestions on a better way or correct way to do this?
thanks,
Parrish
You can use generic paths to get into the folders. Below is an example. The ".." means to go up a level before going into the next named folder (in this case, the Shared folder):
..\Shared\Load Script\Main.qvs
i forgot to mention that i have multiple file paths where i have to pull from if that helps for answering my issue.
You can use generic paths to get into the folders. Below is an example. The ".." means to go up a level before going into the next named folder (in this case, the Shared folder):
..\Shared\Load Script\Main.qvs