<?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 Need Help with looping through dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-with-looping-through-dates/m-p/2017291#M1227085</link>
    <description>&lt;DIV class="_3xX726aBn29LDbsDtzr_6E _1Ap4F5maDtT1E1YuCiaO0r D3IL3FD0RFy_mkKLPwL4" data-click-id="text" data-adclicklocation="media"&gt;
&lt;DIV class="_292iotee39Lmt0MkQZ2hPV RichTextJSON-root"&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Hi,&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I am trying to store qvds based on each single day. I have the data In db as&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Id, start, end 1, 1/1/2022, 1/30/2022&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The above record was actually stored as one record in db but the record was available for 30 days. So in general I need 30 qvds with same record showing up. I was able to get the records seperated out but need help in storing the qvds using loop instead of manually doing the work.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Please provide your thoughts. Any help is highly appreciated!!&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
    <dc:creator>umanikhat</dc:creator>
    <dc:date>2026-01-26T21:26:37Z</dc:date>
    <item>
      <title>Need Help with looping through dates</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-looping-through-dates/m-p/2017291#M1227085</link>
      <description>&lt;DIV class="_3xX726aBn29LDbsDtzr_6E _1Ap4F5maDtT1E1YuCiaO0r D3IL3FD0RFy_mkKLPwL4" data-click-id="text" data-adclicklocation="media"&gt;
&lt;DIV class="_292iotee39Lmt0MkQZ2hPV RichTextJSON-root"&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Hi,&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I am trying to store qvds based on each single day. I have the data In db as&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Id, start, end 1, 1/1/2022, 1/30/2022&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The above record was actually stored as one record in db but the record was available for 30 days. So in general I need 30 qvds with same record showing up. I was able to get the records seperated out but need help in storing the qvds using loop instead of manually doing the work.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Please provide your thoughts. Any help is highly appreciated!!&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-looping-through-dates/m-p/2017291#M1227085</guid>
      <dc:creator>umanikhat</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with looping through dates</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-looping-through-dates/m-p/2017303#M1227090</link>
      <description>&lt;P&gt;Try something like this.&lt;/P&gt;
&lt;P&gt;set vStartDate = yearstart(today());&lt;/P&gt;
&lt;P&gt;set vEndDate = yearstart(today(),-1);&lt;/P&gt;
&lt;P&gt;For _date = vStartDate to vEndDate&lt;/P&gt;
&lt;P&gt;DayData:&lt;/P&gt;
&lt;P&gt;NoConcatenate Load '$(_date)' as Date,&amp;nbsp; id From Source&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where [end]&amp;gt;=$(_date) and [start] &amp;lt;=$(_date);&lt;/P&gt;
&lt;P&gt;Store DayData into Lib://QVD/Data_$(_date).qvd (Qvd);&lt;/P&gt;
&lt;P&gt;Drop Table DayData;&lt;/P&gt;
&lt;P&gt;Next _date&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 07:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-looping-through-dates/m-p/2017303#M1227090</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-12-16T07:33:24Z</dc:date>
    </item>
  </channel>
</rss>

