<?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: Error Loading multiple QVDs using * - Qlik Cloud in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507344#M3125</link>
    <description>&lt;P&gt;Ok then I think you will need to use the Sharepoint Metadata connector:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Integrated_Web_Connectors_help/Content/Connectors_QWC_BuiltIn/Integrated%20connectors/Office-365-Sharepoint-Connector-integrated.htm" target="_blank"&gt;Office 365 SharePoint Metadata | Qlik Connectors Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Then you can use listFolders and listFiles function, store theses informations in a temp table, and the loop on it with the foreach. Using a variable in the filename should work fine.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I need several time to provide an exemple if required&lt;/P&gt;
&lt;P&gt;Bests&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2025 09:07:01 GMT</pubDate>
    <dc:creator>mpc</dc:creator>
    <dc:date>2025-02-26T09:07:01Z</dc:date>
    <item>
      <title>Error Loading multiple QVDs using * - Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507326#M3121</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am facing an error loading the data from remote SharePoint folders. It is resolved only when I load them manually and concatenate them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The piece of code where fetching the data is.&lt;/P&gt;
&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MY_TABLE:
LOAD

num#(PA) as PA_FY,
KPI as U_KPI
FROM [lib://DEV_SPACE:Office_365_Sharepoint - Team/Analytics/QVDs/KPI/KPI_UPDATED_202500*.qvd]
(qvd)
where num#(PA) = 2025;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error:&lt;/P&gt;
&lt;H6 class="MuiTypography-root MuiTypography-subtitle1 css-1tvd0h0"&gt;The following error occurred:&lt;/H6&gt;
&lt;H6 class="MuiTypography-root MuiTypography-subtitle1 css-1bk9562"&gt;Cannot open file: 'lib://DEV_SPACE:Office_365_Sharepoint - Team/Analytics/QVDs/KPI/KPI_UPDATED_202500*.qvd' (Connector error: Failed on attempt 1 to GET. (-2147024894, System.IO.FileNotFoundException, File Not Found.))&lt;/H6&gt;
&lt;H6 class="MuiTypography-root MuiTypography-subtitle1 css-1tvd0h0"&gt;&lt;SPAN&gt;Data has not been loaded. Please correct the error and try loading again.&lt;/SPAN&gt;&lt;/H6&gt;</description>
      <pubDate>Wed, 19 Mar 2025 21:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507326#M3121</guid>
      <dc:creator>mudi</dc:creator>
      <dc:date>2025-03-19T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error Loading multiple QVDs using * - Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507339#M3122</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you cannot use * syntax with the Sharepoint connector (&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Office365-Sharepoint-storage-provider-connector.htm" target="_blank"&gt;Office 365 Sharepoint | Qlik Connectors Help&lt;/A&gt;&amp;nbsp;see limitation section)&amp;nbsp;&lt;BR /&gt;Maybe you can try to use a loop to load all files corresponding to the desired mask.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 08:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507339#M3122</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2025-02-26T08:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error Loading multiple QVDs using * - Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507342#M3123</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks a lot for you help. As I can see from the limitation section, wildcards are not supported. So for the loop, I tried to set up a FOR EACH loop but got the same error - plus - there would be subsequent files to be added later and I want them to be loaded automatically. For example: now there are&amp;nbsp;&lt;SPAN&gt;KPI_UPDATED_2025001 +&amp;nbsp;KPI_UPDATED_202502 ... later would be new ones. Any solutions / suggestions to the code to make it dynamic and get it run correctly?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 08:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507342#M3123</guid>
      <dc:creator>mudi</dc:creator>
      <dc:date>2025-02-26T08:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error Loading multiple QVDs using * - Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507344#M3125</link>
      <description>&lt;P&gt;Ok then I think you will need to use the Sharepoint Metadata connector:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Integrated_Web_Connectors_help/Content/Connectors_QWC_BuiltIn/Integrated%20connectors/Office-365-Sharepoint-Connector-integrated.htm" target="_blank"&gt;Office 365 SharePoint Metadata | Qlik Connectors Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Then you can use listFolders and listFiles function, store theses informations in a temp table, and the loop on it with the foreach. Using a variable in the filename should work fine.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I need several time to provide an exemple if required&lt;/P&gt;
&lt;P&gt;Bests&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 09:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507344#M3125</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2025-02-26T09:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error Loading multiple QVDs using * - Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507423#M3126</link>
      <description>&lt;P&gt;Using loops with filelist() is the same as applying the wildcard directly in the file-path. But if your file-names are predictable in any way you could create complete file-paths within a loop, maybe like (simplified):&lt;/P&gt;
&lt;P&gt;let start = year(yearstart(today())) * 100 +&amp;nbsp;month(yearstart(today()));&lt;BR /&gt;let end = year(today()) * 100 +&amp;nbsp;month(today());&lt;/P&gt;
&lt;P&gt;for i = $(start) to $(end)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;let f = 'KPI_UPDATED_' &amp;amp; ($(start) + $(i));&lt;BR /&gt;&amp;nbsp; &amp;nbsp;t: load * from [$(f)] (qvd);&lt;BR /&gt;next&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 15:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2507423#M3126</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-02-26T15:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error Loading multiple QVDs using * - Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2508015#M3139</link>
      <description>&lt;P&gt;Thank you so much Marcus!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 11:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2508015#M3139</guid>
      <dc:creator>mudi</dc:creator>
      <dc:date>2025-03-03T11:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error Loading multiple QVDs using * - Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2508109#M3141</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/325083"&gt;@mudi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As a complement to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251190"&gt;@mpc&lt;/a&gt;&amp;nbsp;, you can use the Sharepoint Metadata.&lt;BR /&gt;After setting up the Metadata Connection, open this connection and go to ListFiles.&lt;BR /&gt;Enter the Site/Subsite Path and the&amp;nbsp;&lt;STRONG&gt;full path&lt;/STRONG&gt; on the Folder, like the picture below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1741049974329.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178077iFC744003BBF092B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1741049974329.png" alt="marksouzacosta_0-1741049974329.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next you can load all the &lt;STRONG&gt;Name&lt;/STRONG&gt; values to build your loops according to your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 01:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Error-Loading-multiple-QVDs-using-Qlik-Cloud/m-p/2508109#M3141</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-03-04T01:01:03Z</dc:date>
    </item>
  </channel>
</rss>

