<?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 create dates Dates in a Range? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312917#M708799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to just inner join the two tables, thus removing the synthetic key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2011 09:45:55 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-11-11T09:45:55Z</dc:date>
    <item>
      <title>How to create dates Dates in a Range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312916#M708798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Colleagues, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a help to create in a easy way period of datas for a price range table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the solution Interval match with a calendar, but I would like to create it in the same table, today it is creating a $Syn Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="11-11-2011 10-08-45 AM.jpg" class="jive-image-thumbnail jive-image" height="239" onclick="" src="https://community.qlik.com/legacyfs/online/8567_11-11-2011+10-08-45+AM.jpg" width="245" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Datefrom&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;DataTo&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jan-2011&lt;/TD&gt;&lt;TD&gt;Mar-2011&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Feb-2011&lt;/TD&gt;&lt;TD&gt;Mar-2011&lt;/TD&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Apr-2011&lt;/TD&gt;&lt;TD&gt;Jun-2011&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;May-2011&lt;/TD&gt;&lt;TD&gt;Aug-2011&lt;/TD&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results expected are the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 287px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="19" width="124"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="93"&gt;Product&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="70"&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Jan-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;a&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Feb-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;a&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Mar-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;a&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Apr-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;a&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;May-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;a&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Jun-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;a&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Feb-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;b&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Mar-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;b&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Apr-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;b&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;May-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;b&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Jun-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;b&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Jul-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;b&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19" style="border-top: medium none;"&gt;Aug-11&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;b&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate if somebody can help me to do it smartelly.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;﻿﻿﻿Leandro Duarte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 09:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312916#M708798</guid>
      <dc:creator />
      <dc:date>2011-11-11T09:27:32Z</dc:date>
    </item>
    <item>
      <title>How to create dates Dates in a Range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312917#M708799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to just inner join the two tables, thus removing the synthetic key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 09:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312917#M708799</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-11T09:45:55Z</dc:date>
    </item>
    <item>
      <title>How to create dates Dates in a Range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312918#M708800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the Inner Join, but it continue to appers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prices (is the table with the price range).&lt;/P&gt;&lt;P&gt;Month2 (is the table of Month available)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;////&lt;/P&gt;&lt;P&gt;inner join (Month2)&lt;/P&gt;&lt;P&gt;INTERVALMATCH (Date)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; Datefrom,&lt;/P&gt;&lt;P&gt; Dateto&lt;/P&gt;&lt;P&gt;RESIDENT Prices;&lt;/P&gt;&lt;P&gt;/////&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this script, it continue to create the $Syn Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 10:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312918#M708800</guid>
      <dc:creator />
      <dc:date>2011-11-11T10:31:37Z</dc:date>
    </item>
    <item>
      <title>How to create dates Dates in a Range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312919#M708801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, sorry, I intended to suggest an additional join, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values:&lt;/P&gt;&lt;P&gt;LOAD Date#(Datefrom,'MMM-YYYY') as Datefrom, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(DataTo,'MMM-YYYY') as DataTo, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/38834?tstart=0"&gt;http://community.qlik.com/thread/38834?tstart=0&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CalendarWithProducts:&lt;/P&gt;&lt;P&gt;LOAD Date(Date#(Month,'MMM-YY'),'MMM-YYYY') as Month , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/38834?tstart=0"&gt;http://community.qlik.com/thread/38834?tstart=0&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @2, filters(&lt;/P&gt;&lt;P&gt;Remove(Col, Pos(Top, 3))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (CalendarWithProducts) IntervalMatch (Month, Product)&amp;nbsp; LOAD Datefrom, DataTo, Product resident Values;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (CalendarWithProducts) LOAD * resident Values;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;drop fields Datefrom, DataTo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Values;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 10:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312919#M708801</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-11T10:33:41Z</dc:date>
    </item>
    <item>
      <title>How to create dates Dates in a Range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312920#M708802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are helping a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case the table the table CalendarWithProducts only has Dates (months to be precise).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be possible to do it without the Products?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 12:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312920#M708802</guid>
      <dc:creator />
      <dc:date>2011-11-11T12:20:09Z</dc:date>
    </item>
    <item>
      <title>How to create dates Dates in a Range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312921#M708803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, should be possible, maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values:&lt;/P&gt;&lt;P&gt;LOAD Date#(Datefrom,'MMM-YYYY') as Datefrom, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(DataTo,'MMM-YYYY') as DataTo, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/38834?tstart=0"&gt;http://community.qlik.com/thread/38834?tstart=0&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CalendarWithProducts:&lt;/P&gt;&lt;P&gt;LOAD Date(Date#(Month,'MMM-YY'),'MMM-YYYY') as Month &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Product&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/38834?tstart=0"&gt;http://community.qlik.com/thread/38834?tstart=0&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @2, filters(&lt;/P&gt;&lt;P&gt;Remove(Col, Pos(Top, 3))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (CalendarWithProducts) IntervalMatch (Month)&amp;nbsp; LOAD Datefrom, DataTo resident Values;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (CalendarWithProducts) LOAD * resident Values;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that your Months need to have numerical representation, I think it would be best to use Dates like above formatted with Month name or year month as wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 12:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312921#M708803</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-11T12:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create dates Dates in a Range?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312922#M708804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe it would be simpler to use a while loop.&amp;nbsp; See script and attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;addmonths(date#(DateFrom,'MMM-YYYY'),iterno()-1) as Month&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,Product&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,Value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DateFrom, DateTo, Product, Value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Jan-2011, Mar-2011, a, 10 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Feb-2011, Mar-2011, b, 20 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Apr-2011, Jun-2011, a, 12 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;May-2011, Aug-2011, b, 19 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;] WHILE addmonths(date#(DateFrom,'MMM-YYYY'),iterno()-1) &amp;lt;= date#(DateTo,'MMM-YYYY');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 01:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-dates-Dates-in-a-Range/m-p/312922#M708804</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-11-12T01:09:10Z</dc:date>
    </item>
  </channel>
</rss>

