<?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: For Next Loop Date YYYYMM in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1615679#M445412</link>
    <description>&lt;P&gt;Marco, try the following link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Calendars/ta-p/1496392" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Calendars/ta-p/1496392&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If that is of no help, try the following and search on calendar etc...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopefully something out there may help you here.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 21:45:53 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-08-22T21:45:53Z</dc:date>
    <item>
      <title>For Next Loop Date YYYYMM</title>
      <link>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1608996#M444978</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I try this:&lt;/P&gt;&lt;P&gt;FOR dt = Date(myDate,'YYYYMM') TO Date(myDateEnd,'YYYYMM')&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;But, the Qlik generate day by day, i need month by month.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1608996#M444978</guid>
      <dc:creator>MarcoRaymundoKeyrus</dc:creator>
      <dc:date>2019-08-02T16:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: For Next Loop Date YYYYMM</title>
      <link>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1609002#M444981</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR dt = Num(Month(Date(myDate,'YYYYMM'))) TO Num(Month(Date(myDateEnd,'YYYYMM')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1609002#M444981</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-02T16:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: For Next Loop Date YYYYMM</title>
      <link>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1609004#M444982</link>
      <description>&lt;P&gt;What exactly are you trying to do within the loop? May be you need while loop here?&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/CounterFunctions/IterNo.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/CounterFunctions/IterNo.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1609004#M444982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-02T16:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: For Next Loop Date YYYYMM</title>
      <link>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1609026#M444984</link>
      <description>&lt;P&gt;I have two variables: myDate and myDateEnd, both date formated like 'YYYYMM'.&lt;BR /&gt;I need a loop between variables. Like this: 201901,201902,....,201912,202001.&lt;/P&gt;&lt;P&gt;The qlikview interpreted the variable like YYYYMMDD.&lt;BR /&gt;Example: 20190101,...201901231,...20200131&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 18:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1609026#M444984</guid>
      <dc:creator>MarcoRaymundoKeyrus</dc:creator>
      <dc:date>2019-08-02T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: For Next Loop Date YYYYMM</title>
      <link>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1615679#M445412</link>
      <description>&lt;P&gt;Marco, try the following link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Calendars/ta-p/1496392" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Calendars/ta-p/1496392&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If that is of no help, try the following and search on calendar etc...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopefully something out there may help you here.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 21:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-Next-Loop-Date-YYYYMM/m-p/1615679#M445412</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-22T21:45:53Z</dc:date>
    </item>
  </channel>
</rss>

