<?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: dates in between in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393602#M809874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not sure, When i say i am not understand your output. You shouldn't copy paste from previous one. I would request you to share sample output in excel from given data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2017 04:05:29 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-10-19T04:05:29Z</dc:date>
    <item>
      <title>dates in between</title>
      <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393597#M809869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a table with the following month close dates&lt;/P&gt;&lt;P&gt;8/28/2017&lt;/P&gt;&lt;P&gt;9/21/2017&lt;/P&gt;&lt;P&gt;10/28/2017&lt;/P&gt;&lt;P&gt;need to add a new column with all dates in between so I can see all dates related to the month close dates as follow&lt;/P&gt;&lt;P&gt;8/28/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/1/2017&lt;/P&gt;&lt;P&gt;8/28/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/2/2017&lt;/P&gt;&lt;P&gt;8/28/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/3/2017&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;8/28/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/28/2017&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/29/2017&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/30/2017&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/31/2017&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/1/2017&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/21/2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any quick solution you can share?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393597#M809869</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: dates in between</title>
      <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393598#M809870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD FieldName, MonthStart, Date(MonthStart + IterNo() - 1) as Date&lt;/P&gt;&lt;P&gt;While Date(MonthStart + IterNo() - 1) &amp;lt;= FieldName;&lt;/P&gt;&lt;P&gt;LOAD *, MonthStart(FieldName) as MonthStart Inline [&lt;/P&gt;&lt;P&gt;FieldName&lt;/P&gt;&lt;P&gt;8/28/2017&lt;/P&gt;&lt;P&gt;9/21/2017&lt;/P&gt;&lt;P&gt;10/28/2017&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 03:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393598#M809870</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-19T03:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: dates in between</title>
      <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393599#M809871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;almost right but it is not. We dont need to use month start. the first date here on my sample happen to be a month start but if you look at the dates between august and September.. month start doesnt work. let me know if you know how to adjust the logic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 03:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393599#M809871</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2017-10-19T03:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: dates in between</title>
      <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393600#M809872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, I followed. Can you make output for one date to test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 03:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393600#M809872</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-19T03:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: dates in between</title>
      <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393601#M809873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you take this example. if you notice when the first column value is 9/21/2017, the second column shows next value (8/29/2017) which is next value after 8/28/2017 showing above 9/21/2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8/28/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/28/2017&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/29/2017&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/30/2017&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/31/2017&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/1/2017&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;9/21/2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/21/2017&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 03:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393601#M809873</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2017-10-19T03:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: dates in between</title>
      <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393602#M809874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not sure, When i say i am not understand your output. You shouldn't copy paste from previous one. I would request you to share sample output in excel from given data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 04:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393602#M809874</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-19T04:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: dates in between</title>
      <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393603#M809875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the sample I provided is very clear.. sorry you cannot understand it and thank you or your input. will wait for others to take a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 04:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393603#M809875</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2017-10-19T04:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: dates in between</title>
      <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393604#M809876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, We will wait for other reply. You are not provided answer for 10/28/2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you looking for this? It captures from providing data as 8,9,10 months whole data.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD FieldName, MonthStart, Date(MonthStart + IterNo() - 1) as Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;While Date(MonthStart + IterNo() - 1) &amp;lt;= &lt;STRONG&gt;MonthEnd(&lt;/STRONG&gt;FieldName&lt;STRONG&gt;)&lt;/STRONG&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 04:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393604#M809876</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-19T04:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: dates in between</title>
      <link>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393605#M809877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about interval matching the date range from previous month close(+1) to month close:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Load the month close dates&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MonthCloses:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Date(Date#(MonthClose, 'M/dd/yyyy')) as MonthClose&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INLINE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; MonthClose&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 8/28/2017&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 9/21/2017&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 10/28/2017&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Create a match table for the month ranges&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Match:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Alt(Previous(MonthClose) + 1, 0) as FromDate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; MonthClose as ToDate &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident MonthCloses;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Fact:&amp;nbsp; // load your fact table with the date field....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Apply the month table to the fact &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join(Fact)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IntervalMatch(Date)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD FromDate, ToDate as CloseDate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Match;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Cleanup &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Field FromDate;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Tables MonthCloses, Match;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 04:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dates-in-between/m-p/1393605#M809877</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-19T04:55:12Z</dc:date>
    </item>
  </channel>
</rss>

