<?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 How to get the intervall between two dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-intervall-between-two-dates/m-p/166180#M716193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i need the intervall between two dates.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;First date = 9/2/2009&lt;/P&gt;&lt;P&gt;Second date = 11/20/2009&lt;/P&gt;&lt;P&gt;The result should be look like this: 9,10,11 or sep,oct,nov&lt;/P&gt;&lt;P&gt;Thank you for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Mar 2010 11:55:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-03T11:55:43Z</dc:date>
    <item>
      <title>How to get the intervall between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-intervall-between-two-dates/m-p/166180#M716193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i need the intervall between two dates.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;First date = 9/2/2009&lt;/P&gt;&lt;P&gt;Second date = 11/20/2009&lt;/P&gt;&lt;P&gt;The result should be look like this: 9,10,11 or sep,oct,nov&lt;/P&gt;&lt;P&gt;Thank you for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 11:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-intervall-between-two-dates/m-p/166180#M716193</guid>
      <dc:creator />
      <dc:date>2010-03-03T11:55:43Z</dc:date>
    </item>
    <item>
      <title>How to get the intervall between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-intervall-between-two-dates/m-p/166181#M716194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'd use something like&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LET vFirstDate = Num(Date('StartingDateHere'));LET vSecondDate = Num(Date('EndingDateHere'));TempCalendar:LOAD MakeDate(Year($(vFirstDate)), Month($(vFirstDate)), Day($(vFirstDate))) + Iterno() - 1 AS TempDate, Month(Date($(vFirstDate))) AS TempMonth, Day(Date($(vFirstDate))) AS TempDayAUTOGENERATE 1 WHILE $(vFirstDate) + Iterno() - 1 &amp;lt;= $(vSecondDate);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;adding any other additional field you want to use (week, day of week, quarter...). &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'd suggest you to create a master calendar if you have not done it yet. There are several threads in the forum and blogs about how to do it. You can check &lt;A href="http://community.qlik.com/forums/p/22821/87243.aspx" title="how to make a calendar?"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 12:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-intervall-between-two-dates/m-p/166181#M716194</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-03-03T12:02:31Z</dc:date>
    </item>
    <item>
      <title>AW:Re: How to get the intervall between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-intervall-between-two-dates/m-p/166182#M716195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your fast response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 12:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-intervall-between-two-dates/m-p/166182#M716195</guid>
      <dc:creator />
      <dc:date>2010-03-03T12:19:48Z</dc:date>
    </item>
  </channel>
</rss>

