<?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 QVDs in QlikSense App in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Load-QVDs-in-QlikSense-App/m-p/1760613#M5545</link>
    <description>&lt;P&gt;Thanks a lot for the quick response, Mayil. Can I use your code with the following folder structure as well:&lt;/P&gt;&lt;P&gt;Folder:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Folder 1:&lt;UL&gt;&lt;LI&gt;QVD&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Folder 2:&lt;UL&gt;&lt;LI&gt;QVD&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;...&lt;UL&gt;&lt;LI&gt;QVD&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Folder n:&lt;UL&gt;&lt;LI&gt;QVD&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;QVD are not in the same folder. Do I need to multiple your code then?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kashif&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2020 09:30:25 GMT</pubDate>
    <dc:creator>kashmoneybros</dc:creator>
    <dc:date>2020-11-11T09:30:25Z</dc:date>
    <item>
      <title>Load QVDs in QlikSense App</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Load-QVDs-in-QlikSense-App/m-p/1760600#M5543</link>
      <description>&lt;P&gt;Hey guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a newbie in handling data on QlikSense. So my question might be very basic.&lt;/P&gt;&lt;P&gt;In my network folder I do have 10 folders with QVD in each of the folder. Basically the data can be connected through an ID. My basic question here is: how can I import all these QVDs via data load editor? Furthermore, the QVDs are updated daily.&lt;/P&gt;&lt;P&gt;If you need further information then ask me. Otherwise I'd be very delighted if anyone of you could help me out&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kashmoneybros&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 14:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Load-QVDs-in-QlikSense-App/m-p/1760600#M5543</guid>
      <dc:creator>kashmoneybros</dc:creator>
      <dc:date>2021-12-23T14:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load QVDs in QlikSense App</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Load-QVDs-in-QlikSense-App/m-p/1760607#M5544</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110802"&gt;@kashmoneybros&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Try like this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;SET vDataPath = 'lib://YourfolderConnectionName\';&lt;/P&gt;&lt;P&gt;FOR Each vDir in DirList('$(vDataPath)*')&lt;/P&gt;&lt;P&gt;LOAD *&lt;BR /&gt;FROM&lt;BR /&gt;[$(vDir)\QvdName*.qvd](qvd);&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptControlStatements/For%20Each.htm?_ga=2.4143472.1354775969.1604240686-833360300.1599791395" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptControlStatements/For%20Each.htm?_ga=2.4143472.1354775969.1604240686-833360300.1599791395&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Load-QVDs-in-QlikSense-App/m-p/1760607#M5544</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-11T09:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load QVDs in QlikSense App</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Load-QVDs-in-QlikSense-App/m-p/1760613#M5545</link>
      <description>&lt;P&gt;Thanks a lot for the quick response, Mayil. Can I use your code with the following folder structure as well:&lt;/P&gt;&lt;P&gt;Folder:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Folder 1:&lt;UL&gt;&lt;LI&gt;QVD&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Folder 2:&lt;UL&gt;&lt;LI&gt;QVD&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;...&lt;UL&gt;&lt;LI&gt;QVD&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Folder n:&lt;UL&gt;&lt;LI&gt;QVD&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;QVD are not in the same folder. Do I need to multiple your code then?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kashif&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Load-QVDs-in-QlikSense-App/m-p/1760613#M5545</guid>
      <dc:creator>kashmoneybros</dc:creator>
      <dc:date>2020-11-11T09:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load QVDs in QlikSense App</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Load-QVDs-in-QlikSense-App/m-p/1760722#M5547</link>
      <description>&lt;P&gt;Another question to you Mayil: do I have to define each path to folder with QVD with "SET vDataPath" expression?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 13:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Load-QVDs-in-QlikSense-App/m-p/1760722#M5547</guid>
      <dc:creator>kashmoneybros</dc:creator>
      <dc:date>2020-11-11T13:25:48Z</dc:date>
    </item>
  </channel>
</rss>

