<?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 Getting .QVD by Month for a Range of Dates (Load editor) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Getting-QVD-by-Month-for-a-Range-of-Dates-Load-editor/m-p/2117058#M91134</link>
    <description>&lt;P&gt;I have a script that loads a range of dates based on a variable set.&lt;/P&gt;
&lt;P&gt;let vStart = '2/3/2017';&lt;BR /&gt;let vEnd = '4/19/2024'&lt;/P&gt;
&lt;P&gt;TEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;Date,&lt;BR /&gt;Status,&lt;BR /&gt;Type,&lt;BR /&gt;Amount,&lt;BR /&gt;Customer,&lt;BR /&gt;FROM [lib://DataFiles/data_exam_raw.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Data)&lt;BR /&gt;WHERE (Date &amp;gt;= '$(vStart)' AND Date &amp;lt;= '$(vEnd)') ;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;How can I implement a loop to take this data range and load into a qvd by month? I know it would be a 'store data into' with a variable for the name, but how would I loop to retrieve that name within the range.&lt;/P&gt;
&lt;P&gt;EX: 'Feb_2017.qvd'&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2023 15:48:05 GMT</pubDate>
    <dc:creator>bmac27</dc:creator>
    <dc:date>2023-09-14T15:48:05Z</dc:date>
    <item>
      <title>Getting .QVD by Month for a Range of Dates (Load editor)</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-QVD-by-Month-for-a-Range-of-Dates-Load-editor/m-p/2117058#M91134</link>
      <description>&lt;P&gt;I have a script that loads a range of dates based on a variable set.&lt;/P&gt;
&lt;P&gt;let vStart = '2/3/2017';&lt;BR /&gt;let vEnd = '4/19/2024'&lt;/P&gt;
&lt;P&gt;TEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;Date,&lt;BR /&gt;Status,&lt;BR /&gt;Type,&lt;BR /&gt;Amount,&lt;BR /&gt;Customer,&lt;BR /&gt;FROM [lib://DataFiles/data_exam_raw.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Data)&lt;BR /&gt;WHERE (Date &amp;gt;= '$(vStart)' AND Date &amp;lt;= '$(vEnd)') ;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;How can I implement a loop to take this data range and load into a qvd by month? I know it would be a 'store data into' with a variable for the name, but how would I loop to retrieve that name within the range.&lt;/P&gt;
&lt;P&gt;EX: 'Feb_2017.qvd'&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 15:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-QVD-by-Month-for-a-Range-of-Dates-Load-editor/m-p/2117058#M91134</guid>
      <dc:creator>bmac27</dc:creator>
      <dc:date>2023-09-14T15:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting .QVD by Month for a Range of Dates (Load editor)</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-QVD-by-Month-for-a-Range-of-Dates-Load-editor/m-p/2117113#M91138</link>
      <description>&lt;P&gt;See the example here of splitting data into QVD by month.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlikviewcookbook.com/2022/03/how-to-segment-qvd-files/" target="_blank"&gt;https://qlikviewcookbook.com/2022/03/how-to-segment-qvd-files/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You would load your TEMP table as shown and then process the Resident TEMP table as shown in the blog post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 18:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-QVD-by-Month-for-a-Range-of-Dates-Load-editor/m-p/2117113#M91138</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-09-14T18:32:00Z</dc:date>
    </item>
  </channel>
</rss>

