<?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: load multiple .xlsx files in a folder in SharePoint... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-multiple-xlsx-files-in-a-folder-in-SharePoint/m-p/1740948#M452920</link>
    <description>&lt;P&gt;See duplicate post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/can-someone-hlep-on-figureing-out-how-this-is-working/m-p/1736902#M452686" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/can-someone-hlep-on-figureing-out-how-this-is-working/m-p/1736902#M452686&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 10:55:08 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-09-03T10:55:08Z</dc:date>
    <item>
      <title>load multiple .xlsx files in a folder in SharePoint...</title>
      <link>https://community.qlik.com/t5/QlikView/load-multiple-xlsx-files-in-a-folder-in-SharePoint/m-p/1736522#M452660</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;Hi , could someone please help with the below.. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;I have a share point with folders like DEV, QA, UAT, PRD these are sub folders under a folder called REPORTS&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;I am trying to load all of the .xlsx files into 1 single table ... in Qlikview.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;FactTemp:&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;Load&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp; ''&amp;nbsp; &lt;FONT color="#0000ff"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000"&gt;Temp&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;AutoGenerate&lt;/FONT&gt; 0;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://sp.mycompany.net/sites2/spqtfssvvl/StoreTrust%20Management/BCCI/Reports%20-%20BCI%20-%20DEV" target="_blank" rel="noopener"&gt;https://sp.mycompany.net/sites2/spqtfssvvl/StoreTrust%20Management/BCCI/Reports%20-%20BCI%20-%20DEV&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;This is how my SP URL looks like if I copy and paste into my inranet it shows me all of the .xlsx files in DEV folder &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;Set&lt;/FONT&gt;&lt;/STRONG&gt; vDirectory =&lt;FONT color="#800000"&gt;[https://-------- 20DEV/]&lt;/FONT&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;sub&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;ScanFolder(&lt;/FONT&gt;&lt;I&gt;&lt;FONT color="#808080"&gt;$(vDirectory)&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#0000ff"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;for&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff"&gt;each&lt;/FONT&gt; FileExtension &lt;FONT color="#0000ff"&gt;in&lt;/FONT&gt; 'xlsx'&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;for&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff"&gt;each&lt;/FONT&gt; FoundFile &lt;FONT color="#0000ff"&gt;in&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;filelist&lt;/FONT&gt;( &lt;FONT color="#800000"&gt;Root&lt;/FONT&gt; &amp;amp; '/*.' &amp;amp; &lt;FONT color="#800000"&gt;FileExtension&lt;/FONT&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;Concatenate&lt;/FONT&gt; (FactTemp)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;LOAD&lt;/FONT&gt;&lt;/STRONG&gt; *&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;FROM&lt;/FONT&gt; &lt;FONT color="#800000"&gt;[$(FoundFile)]&lt;/FONT&gt; (&lt;FONT color="#0000ff"&gt;ooxml&lt;/FONT&gt;, &lt;FONT color="#0000ff"&gt;embedded&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;labels&lt;/FONT&gt;, &lt;FONT color="#0000ff"&gt;table&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;is&lt;/FONT&gt; &lt;FONT color="#800000"&gt;[DT]&lt;/FONT&gt;);&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;next&lt;/FONT&gt;&lt;/STRONG&gt; FoundFile&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;next&lt;/FONT&gt;&lt;/STRONG&gt; FileExtension&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;for&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff"&gt;each&lt;/FONT&gt; SubDirectory &lt;FONT color="#0000ff"&gt;in&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;dirlist&lt;/FONT&gt;( &lt;STRONG&gt;&lt;I&gt;&lt;FONT color="#808080"&gt;$(vDirectory)&lt;/FONT&gt;&lt;/I&gt;&lt;/STRONG&gt; &amp;amp; '/*' )&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;call&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;ScanFolder&lt;/FONT&gt;&lt;/STRONG&gt;(SubDirectory)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;next&lt;/FONT&gt;&lt;/STRONG&gt; SubDirectory&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;end&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;sub&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Syntax error&lt;/P&gt;&lt;P&gt;Unexpected token: ':', expected one of: ',', ')'&lt;/P&gt;&lt;P&gt;sub ScanFolder(https&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;:&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;//&lt;A href="https://sp.mycompany.net/sites2/spqtfssvvl/StoreTrust%20Management/BCCI/Reports%20-%20BCI%20-%20DEV" target="_blank" rel="noopener"&gt;sp.mycompany.net/sites2/spqtfssvvl/StoreTrust%20Management/BCCI/Reports%20-%20BCI%20-%20DEV&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is something wrong in this.. could someone help ...I also need to adjust the file name in the FROM Clause&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 21:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-multiple-xlsx-files-in-a-folder-in-SharePoint/m-p/1736522#M452660</guid>
      <dc:creator>QlikviewRaj11</dc:creator>
      <dc:date>2020-08-17T21:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: load multiple .xlsx files in a folder in SharePoint...</title>
      <link>https://community.qlik.com/t5/QlikView/load-multiple-xlsx-files-in-a-folder-in-SharePoint/m-p/1736859#M452682</link>
      <description>&lt;P&gt;Anyone used the Qlikview to read the .xlsx files from a sharepoint folder&lt;/P&gt;&lt;P&gt;I have folders like DEV,QA,PRD - Each folder has few excel files - I cannot&amp;nbsp; use the path/*.xlsx from sharepoint&lt;/P&gt;&lt;P&gt;how do I get the list of excel file names&amp;nbsp; into a table and pass each file name into the FROM clause&lt;/P&gt;&lt;P&gt;tried something from other but I get the FileText is not a field error - any help&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 18:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-multiple-xlsx-files-in-a-folder-in-SharePoint/m-p/1736859#M452682</guid>
      <dc:creator>QlikviewRaj11</dc:creator>
      <dc:date>2020-08-18T18:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: load multiple .xlsx files in a folder in SharePoint...</title>
      <link>https://community.qlik.com/t5/QlikView/load-multiple-xlsx-files-in-a-folder-in-SharePoint/m-p/1740348#M452886</link>
      <description>&lt;P&gt;You can have a look at the Office365 SharePoint connector, but that one does require a license, just FYI.&amp;nbsp; The Help on this does not recommend looping etc. due to API limitations, so wondering if that may be what you are running into here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-Source-Connectors/Office-365-Sharepoint-Connector.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-Source-Connectors/Office-365-Sharepoint-Connector.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best I have, might want to do some searching on the SharePoint forums to see if you can find something there, as I would suspect this is more a SharePoint issue than a QlikView issue in this case.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-multiple-xlsx-files-in-a-folder-in-SharePoint/m-p/1740348#M452886</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-01T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: load multiple .xlsx files in a folder in SharePoint...</title>
      <link>https://community.qlik.com/t5/QlikView/load-multiple-xlsx-files-in-a-folder-in-SharePoint/m-p/1740948#M452920</link>
      <description>&lt;P&gt;See duplicate post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/can-someone-hlep-on-figureing-out-how-this-is-working/m-p/1736902#M452686" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/can-someone-hlep-on-figureing-out-how-this-is-working/m-p/1736902#M452686&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 10:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-multiple-xlsx-files-in-a-folder-in-SharePoint/m-p/1740948#M452920</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-03T10:55:08Z</dc:date>
    </item>
  </channel>
</rss>

