<?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: How to load QVD in loop sequencially starting from particular year &amp;amp; month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1618772#M46089</link>
    <description>The easy way out is to use wildcard loads for each year:&lt;BR /&gt;&lt;BR /&gt;Data:&lt;BR /&gt;LOAD * FROM [Lib//shared folder/sapbw_csmp_actual_2018_*.qvd] (qvw);&lt;BR /&gt;Concatenate (Data)&lt;BR /&gt;LOAD * FROM [Lib//shared folder/sapbw_csmp_actual_2019_*.qvd] (qvw);&lt;BR /&gt;&lt;BR /&gt;The disadvantage is that each year you need to add two lines for the new year.</description>
    <pubDate>Fri, 30 Aug 2019 11:16:52 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2019-08-30T11:16:52Z</dc:date>
    <item>
      <title>How to load QVD in loop sequencially starting from particular year &amp; month</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1616940#M45921</link>
      <description>&lt;DIV class="topic-subject-wrapper"&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&lt;SPAN&gt;I have multiple QVD stored in shared location having naming as "lib:location_2018_001.qvd" format.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Data is available from 2016 and for all months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;But My requirement is to load all qvds from 2018 onwards all months&amp;nbsp; till current year&amp;nbsp; &amp;amp; month&lt;/P&gt;&lt;P&gt;Can some expert help me out please?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1616940#M45921</guid>
      <dc:creator>Rayan2019</dc:creator>
      <dc:date>2024-11-16T20:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to load QVD in loop sequencially starting from particular year &amp; month</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1616948#M45922</link>
      <description>&lt;P&gt;Try this during reload,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load * from QVDs where&lt;/P&gt;&lt;P&gt;mid(QVDs, 10,4)&amp;gt;=2018&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 09:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1616948#M45922</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2019-08-27T09:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to load QVD in loop sequencially starting from particular year &amp; month</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1616977#M45925</link>
      <description>&lt;P&gt;What are the names of the files you want to load the data from?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 10:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1616977#M45925</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-08-27T10:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to load QVD in loop sequencially starting from particular year &amp; month</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1618510#M46080</link>
      <description>&lt;P&gt;The files are having same kind of naming convention.just as&lt;/P&gt;&lt;P&gt;Lib://shared folder/sapbw_csmp_actual_2018_001.qvd&lt;/P&gt;&lt;P&gt;Lib://shared folder/sapbw_csmp_actual_2018_002.qvd&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Lib//shared folder/sapbw_csmp_actual_2018_012.qvd&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;So on&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 19:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1618510#M46080</guid>
      <dc:creator>Rayan2019</dc:creator>
      <dc:date>2019-08-29T19:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to load QVD in loop sequencially starting from particular year &amp; month</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1618512#M46081</link>
      <description>&lt;P&gt;@siveshsingh&lt;/P&gt;&lt;P&gt;This will not work.&lt;/P&gt;&lt;P&gt;I have mentioned the file names too.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 19:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1618512#M46081</guid>
      <dc:creator>Rayan2019</dc:creator>
      <dc:date>2019-08-29T19:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to load QVD in loop sequencially starting from particular year &amp; month</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1618772#M46089</link>
      <description>The easy way out is to use wildcard loads for each year:&lt;BR /&gt;&lt;BR /&gt;Data:&lt;BR /&gt;LOAD * FROM [Lib//shared folder/sapbw_csmp_actual_2018_*.qvd] (qvw);&lt;BR /&gt;Concatenate (Data)&lt;BR /&gt;LOAD * FROM [Lib//shared folder/sapbw_csmp_actual_2019_*.qvd] (qvw);&lt;BR /&gt;&lt;BR /&gt;The disadvantage is that each year you need to add two lines for the new year.</description>
      <pubDate>Fri, 30 Aug 2019 11:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-QVD-in-loop-sequencially-starting-from-particular/m-p/1618772#M46089</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-08-30T11:16:52Z</dc:date>
    </item>
  </channel>
</rss>

