<?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: Correct sum dates! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Correct-sum-dates/m-p/1339515#M617643</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;one possible solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_258721_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161751_QlikCommunity_Thread_258721_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14935975558276593 jive_text_macro" jivemacro_uid="_14935975558276593"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as %Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; to&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="258721" data-objecttype="1" href="https://community.qlik.com/thread/258721"&gt;https://community.qlik.com/thread/258721&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1, filters(Remove(Row, Pos(Top, 2)),Remove(Row, Pos(Top, 11))));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabDateLink:&lt;/P&gt;
&lt;P&gt;LOAD %Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(from+IterNo()-1) as Date&lt;/P&gt;
&lt;P&gt;Resident table1&lt;/P&gt;
&lt;P&gt;While from+IterNo()-1 &amp;lt;= to;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabCalendar: &lt;/P&gt;
&lt;P&gt;LOAD *, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(Date) as Day, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay(Date) as WeekDay, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week(Date) as Week, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekName(Date) as WeekName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date) as Month, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthName(Date) as MonthName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual('Q'&amp;amp;Ceil(Month(Date)/3),Ceil(Month(Date)/3)) as Quarter, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuarterName(Date) as QuarterName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekYear(Date) as WeekYear;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;LOAD Date(MinDate+IterNo()-1) as Date &lt;/P&gt;
&lt;P&gt;While MinDate+IterNo()-1 &amp;lt;= MaxDate; &lt;/P&gt;
&lt;P&gt;LOAD Min(Date) as MinDate, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(Date) as MaxDate &lt;/P&gt;
&lt;P&gt;Resident tabDateLink;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see also:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2940"&gt;Creating Reference Dates for Intervals&lt;/A&gt;&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>Mon, 01 May 2017 00:13:42 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2017-05-01T00:13:42Z</dc:date>
    <item>
      <title>Correct sum dates!</title>
      <link>https://community.qlik.com/t5/QlikView/Correct-sum-dates/m-p/1339512#M617637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help again! I have the following table and i need to sum the days but if you can see, the sum for the days returns me 309 but i need 307 because the two last rows have dates from and to included into the previous row (in bolds) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i have the value in red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="291" style="width: 320px; height: 291px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="text-align: center;" width="80"&gt;%ID&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none; text-align: center;" width="80"&gt;from&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none; text-align: center;" width="80"&gt;to&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none; text-align: center;" width="80"&gt;to-from+1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl76" height="21" style="border-top: none; text-align: center;" width="80"&gt;&lt;/TD&gt;&lt;TD class="xl77" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;/TD&gt;&lt;TD class="xl77" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;/TD&gt;&lt;TD class="xl78" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;309&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="text-align: center;" width="80"&gt;38912&lt;/TD&gt;&lt;TD class="xl74" style="border-left: none; text-align: center;" width="80"&gt;05/07/2016&lt;/TD&gt;&lt;TD class="xl74" style="border-left: none; text-align: center;" width="80"&gt;05/08/2016&lt;/TD&gt;&lt;TD class="xl75" style="border-left: none; text-align: center;" width="80"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="20" style="border-top: none; text-align: center;" width="80"&gt;38912&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;06/08/2016&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;06/09/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="20" style="border-top: none; text-align: center;" width="80"&gt;38912&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;07/09/2016&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;07/10/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="20" style="border-top: none; text-align: center;" width="80"&gt;38912&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;08/10/2016&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;08/11/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="20" style="border-top: none; text-align: center;" width="80"&gt;38912&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;09/11/2016&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;09/12/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="20" style="border-top: none; text-align: center;" width="80"&gt;38912&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;10/12/2016&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;23/12/2016&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="20" style="border-top: none; text-align: center;" width="80"&gt;38912&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;24/12/2016&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;07/05/2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;135&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="20" style="border-top: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;38912&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;08/03/2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;08/03/2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl79" height="21" style="border-top: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;38912&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl80" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;09/03/2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl80" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;09/03/2017&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl81" style="border-top: none; border-left: none; text-align: center;" width="80"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl76" height="21" style="text-align: center;" width="80"&gt;&lt;/TD&gt;&lt;TD class="xl77" style="border-left: none; text-align: center;" width="80"&gt;&lt;/TD&gt;&lt;TD class="xl77" style="border-left: none; text-align: center;" width="80"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl82" style="border-left: none; text-align: center;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;307&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/61824"&gt;marcowedel&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/119406"&gt;franky_h79&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/3540"&gt;pcammaert&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/57428"&gt;kush141087&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/235908"&gt;vadim.grab&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 13:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Correct-sum-dates/m-p/1339512#M617637</guid>
      <dc:creator>jumiprado</dc:creator>
      <dc:date>2017-04-28T13:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Correct sum dates!</title>
      <link>https://community.qlik.com/t5/QlikView/Correct-sum-dates/m-p/1339513#M617639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not completely understand your below statement&lt;/P&gt;&lt;P&gt;"two last rows have dates from and to included into the previous row"&lt;/P&gt;&lt;P&gt;Can you please elaborate more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 05:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Correct-sum-dates/m-p/1339513#M617639</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-29T05:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Correct sum dates!</title>
      <link>https://community.qlik.com/t5/QlikView/Correct-sum-dates/m-p/1339514#M617641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to flag or correct this within the script maybe with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t0:&lt;/P&gt;&lt;P&gt;load %ID, from, to from source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %ID, from as from_old, to as to_old,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(from &amp;lt; previous(to), previous(to) + 1, from) as from,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(to &amp;lt; previous(to), from - 1, to) as to&lt;/P&gt;&lt;P&gt;resident t0 order by %ID, from;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;load *, to-from+1 as [to-from] resident t1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop tables t0, t1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure that this will be catch all possible cases and you might need to extend the logic to further checks within the if-loops or some more loadings which will flag and/or remove certain records if they aren't valid in your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 06:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Correct-sum-dates/m-p/1339514#M617641</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-04-29T06:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Correct sum dates!</title>
      <link>https://community.qlik.com/t5/QlikView/Correct-sum-dates/m-p/1339515#M617643</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;one possible solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_258721_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161751_QlikCommunity_Thread_258721_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14935975558276593 jive_text_macro" jivemacro_uid="_14935975558276593"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as %Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; to&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="258721" data-objecttype="1" href="https://community.qlik.com/thread/258721"&gt;https://community.qlik.com/thread/258721&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1, filters(Remove(Row, Pos(Top, 2)),Remove(Row, Pos(Top, 11))));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabDateLink:&lt;/P&gt;
&lt;P&gt;LOAD %Key,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(from+IterNo()-1) as Date&lt;/P&gt;
&lt;P&gt;Resident table1&lt;/P&gt;
&lt;P&gt;While from+IterNo()-1 &amp;lt;= to;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabCalendar: &lt;/P&gt;
&lt;P&gt;LOAD *, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(Date) as Day, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay(Date) as WeekDay, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week(Date) as Week, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekName(Date) as WeekName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date) as Month, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthName(Date) as MonthName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual('Q'&amp;amp;Ceil(Month(Date)/3),Ceil(Month(Date)/3)) as Quarter, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuarterName(Date) as QuarterName, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekYear(Date) as WeekYear;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;LOAD Date(MinDate+IterNo()-1) as Date &lt;/P&gt;
&lt;P&gt;While MinDate+IterNo()-1 &amp;lt;= MaxDate; &lt;/P&gt;
&lt;P&gt;LOAD Min(Date) as MinDate, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(Date) as MaxDate &lt;/P&gt;
&lt;P&gt;Resident tabDateLink;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see also:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2940"&gt;Creating Reference Dates for Intervals&lt;/A&gt;&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>Mon, 01 May 2017 00:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Correct-sum-dates/m-p/1339515#M617643</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-05-01T00:13:42Z</dc:date>
    </item>
  </channel>
</rss>

