<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using wildcard in load script for sharepoint folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951252#M327183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a web folder in a SharePoint site, the original URL does start with https:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in order to make it work with wildcard in my pc I had to use it as UNC-path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running it with web format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://hpi12.sharepoint.hp.com/teams/PPSA-SC-QV-REPOSITORY/FCT/*.xlsx" rel="nofollow"&gt;http://hpi12.sharepoint.hp.com/teams/PPSA-SC-QV-REPOSITORY/FCT/*.xlsx&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gives me this error:&lt;/P&gt;&lt;P&gt;Bad Zip File&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 17:40:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-01T17:40:51Z</dc:date>
    <item>
      <title>Using wildcard in load script for sharepoint folder</title>
      <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951246#M327177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, I'm working on a script which should only read the latest uploaded file in a sharepoint folder, so I'm using * to read all the files in the folder and after that I peek the one with greatest FileTime, it works just fine in local machine, but then when IT runs it in QMC server it fails, has anyony gone through this or anyone has a clue how to solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD FilePath() as Name,FileTime() as Time&lt;/P&gt;&lt;P&gt;FROM \\hpi12.sharepoint.hp.com\teams\PPSA-SC-QV-REPOSITORY\NACC_BUILD_TRIGGER_ORDERS\*.XLSM (ooxml, embedded labels, table is [BT])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: Cannot open file '\\hpi12.sharepoint.hp.com\teams\PPSA-SC-QV-REPOSITORY\NACC_BUILD_TRIGGER_ORDERS\*.XLSM' The network path was not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 16:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951246#M327177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-01T16:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using wildcard in load script for sharepoint folder</title>
      <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951247#M327178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is probably due to access rights to SharePoint for the QMS service account (user). It must have rights to read the file in SharePoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951247#M327178</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-01T17:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using wildcard in load script for sharepoint folder</title>
      <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951248#M327179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; the sharepoint has the QMS service account added to the owners group &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951248#M327179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-01T17:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using wildcard in load script for sharepoint folder</title>
      <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951249#M327180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and you have checked that the \\hpi12.sharepoint.hp.com is accessable from the QlikView Server manually?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951249#M327180</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-01T17:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using wildcard in load script for sharepoint folder</title>
      <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951250#M327181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should, but I have no way to check it, as all server/QMC activities are on IT side &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read SharePoint lists before in QV and they have worked, that's why I'm guessing it should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read in a another post, that wildcards are not supported when reading a web folder, but I'm not sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951250#M327181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-01T17:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using wildcard in load script for sharepoint folder</title>
      <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951251#M327182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not a web folder but a UNC-path... If it was a web folder it should start with http: or https: &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951251#M327182</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-01T17:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using wildcard in load script for sharepoint folder</title>
      <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951252#M327183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a web folder in a SharePoint site, the original URL does start with https:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in order to make it work with wildcard in my pc I had to use it as UNC-path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running it with web format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://hpi12.sharepoint.hp.com/teams/PPSA-SC-QV-REPOSITORY/FCT/*.xlsx" rel="nofollow"&gt;http://hpi12.sharepoint.hp.com/teams/PPSA-SC-QV-REPOSITORY/FCT/*.xlsx&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gives me this error:&lt;/P&gt;&lt;P&gt;Bad Zip File&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951252#M327183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-01T17:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using wildcard in load script for sharepoint folder</title>
      <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951253#M327184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;If you don't use HTTP ....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Then you are using your Windows AD group and user rights to both go through Windows Share and Windows NTFS rights to get access to the directory (folder) ... this does not involve SharePoint rights in the same way although SharePoint also use AD. So then the QMS service account need the same rights for the Windows Share and Windows NTFS ....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951253#M327184</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-01T17:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using wildcard in load script for sharepoint folder</title>
      <link>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951254#M327185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having the same trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just in case, in specifie my problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to load files from a sharepoint.&lt;/P&gt;&lt;P&gt;So if I put the specific file name, it works. But if I put a wildcard, it doesn't.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview problem.PNG" class="jive-image image-1" height="124" src="/legacyfs/online/179233_qlikview problem.PNG" style="height: 124px; width: 688.414px;" width="689" /&gt;&lt;/P&gt;&lt;P&gt;So the commented FROM it works, but the not commented one, if I run it I got an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution for this? I can't understand why it doesn't work with the wildcard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-wildcard-in-load-script-for-sharepoint-folder/m-p/951254#M327185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T10:16:39Z</dc:date>
    </item>
  </channel>
</rss>

