<?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: Range of Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602429#M222694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any performance difference between the way you solved it and using Autogenerate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryuma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 13:17:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-06T13:17:31Z</dc:date>
    <item>
      <title>Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602425#M222690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem managing a range of dates and it would be very helpfull any idea I could use to solve it. &lt;/P&gt;&lt;P&gt;This is the problem, I have in a table a "StartDate" column and an "EndDate" Column plus an "Contract" column and I need to flag the days between that range as "Active" value for each date since the "StartDate" but "EndDate" which will be flagged as "Inactive". These flags will let me make a calculation in a line chart of (count of inactive contracts in a month / count of active contracts in same month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of Current data:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Contract&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;StartDate&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;EndDate&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Apr-03-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Apr-05-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Apr-28-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;May-02-2014&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected data:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Contract&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Status&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Apr-03-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Apr-04-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Apr-05-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Inactive&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Apr-28-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Apr-29-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Apr-30-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;May-01-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;May-02-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Inactive&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryuma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 12:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602425#M222690</guid>
      <dc:creator />
      <dc:date>2014-05-06T12:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602426#M222691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I think youi have to work with the autogenerate function to add the dates between start and endDate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 12:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602426#M222691</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-05-06T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602427#M222692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Contract, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#(StartDate,'MMM-DD-YYYY')+IterNo()-1) as Date, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Date(Date#(StartDate,'MMM-DD-YYYY')+IterNo()-1)=Date#(EndDate,'MMM-DD-YYYY'),'InActive', 'Active') as Status&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="117376" data-objecttype="1" href="http://community.qlik.com/thread/117376"&gt;http://community.qlik.com/thread/117376&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1252, embedded labels, table is @1)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;while Date(Date#(StartDate,'MMM-DD-YYYY')+IterNo()-1)&amp;lt;=Date#(EndDate,'MMM-DD-YYYY');&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 12:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602427#M222692</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-06T12:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602428#M222693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use script like this:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_1399381497486500 jive_macro_code" jivemacro_uid="_1399381497486500"&gt;
&lt;P&gt;tab:&lt;/P&gt;
&lt;P&gt;load * inline [&lt;/P&gt;
&lt;P&gt;Contract,StartDate,EndDate&lt;/P&gt;
&lt;P&gt;1,2014-04-03,2014-04-05&lt;/P&gt;
&lt;P&gt;2,2014-04-28,2014-05-02&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;load Contract, date(StartDate+IterNo()) as st_date, 'Active' as status&lt;/P&gt;
&lt;P&gt;Resident tab&lt;/P&gt;
&lt;P&gt;While IterNo()&amp;lt;EndDate-StartDate ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;load Contract, EndDate as st_date, 'Inactive' as status&lt;/P&gt;
&lt;P&gt;Resident tab;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;drop table tab;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 13:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602428#M222693</guid>
      <dc:creator />
      <dc:date>2014-05-06T13:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602429#M222694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any performance difference between the way you solved it and using Autogenerate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryuma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 13:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602429#M222694</guid>
      <dc:creator />
      <dc:date>2014-05-06T13:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602430#M222695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/12/reference-dates" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/02/12/reference-dates"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/02/12/reference-dates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 18:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602430#M222695</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-06T18:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602431#M222696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi Ryuma,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;another solution could be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG __jive_id="58447" alt="QlikCommunity_Thread_117376_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/58447_QlikCommunity_Thread_117376_Pic1.JPG.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13994173622363799" jivemacro_uid="_13994173622363799"&gt;
&lt;P&gt;tabDates:&lt;/P&gt;
&lt;P&gt;CrossTable(Status, Date)&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Contract,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date(Date#(StartDate, 'MMM-DD-YYYY')+IterNo()-1) as Active,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date#(EndDate, 'MMM-DD-YYYY') as Inactive&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="117376" data-objecttype="1" href="http://community.qlik.com/thread/117376"&gt;http://community.qlik.com/thread/117376&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;While Date#(StartDate, 'MMM-DD-YYYY')+IterNo()-1&amp;lt;Date#(EndDate, 'MMM-DD-YYYY');&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 22:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602431#M222696</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-06T22:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602432#M222697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... different date format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat no-repeat;" valign="middle"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Contract&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat no-repeat;" valign="middle"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;StartDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat no-repeat;" valign="middle"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;EndDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;04/03/2014&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;04/05/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;04/28/2014&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;05/02/2014&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 23:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602432#M222697</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-06T23:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602433#M222698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... shorter script without date formatting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13994195480565725" jivemacro_uid="_13994195480565725" modifiedtitle="true"&gt;
&lt;P&gt;CrossTable(Status, Date)&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Contract,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date(StartDate+IterNo()-1) as Active,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; EndDate as Inactive&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="117376" data-objecttype="1" href="https://community.qlik.com/thread/117376"&gt;http://community.qlik.com/thread/117376&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @3)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;While StartDate+IterNo()&amp;lt;=EndDate;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="58448" alt="QlikCommunity_Thread_117376_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/58448_QlikCommunity_Thread_117376_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 23:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602433#M222698</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-06T23:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Range of Date</title>
      <link>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602434#M222699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryuma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you asked for any performance differences:&lt;/P&gt;&lt;P&gt;I compared the different approaches proposed in this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_117376_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/58516_QlikCommunity_Thread_117376_Pic2.JPG.jpg" style="width: 620px; height: 190px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems like my solution is the slowest.&lt;/P&gt;&lt;P&gt;It also behaved different from the others, i.e. it did not create any rows for contracts that have the same start and end date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 22:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-of-Date/m-p/602434#M222699</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-07T22:46:25Z</dc:date>
    </item>
  </channel>
</rss>

