<?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 Getting Next Occurrence Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-Next-Occurrence-Date/m-p/24087#M786009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am quite new with qlikview, and I am currently struggling to find the solution for my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have only this table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TestTable.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194802_TestTable.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I would like to have extra column in the table like below. Basically that column is looking for the next occurrence DATE for particular NAME, otherwise keep it with today's date&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ExpectedTableResult.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/194803_ExpectedTableResult.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion on how to make it happen on script load level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your ideas are much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Getting Next Occurrence Date</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Next-Occurrence-Date/m-p/24087#M786009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am quite new with qlikview, and I am currently struggling to find the solution for my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have only this table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TestTable.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194802_TestTable.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I would like to have extra column in the table like below. Basically that column is looking for the next occurrence DATE for particular NAME, otherwise keep it with today's date&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ExpectedTableResult.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/194803_ExpectedTableResult.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion on how to make it happen on script load level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your ideas are much appreciated&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/Getting-Next-Occurrence-Date/m-p/24087#M786009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Next Occurrence Date</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Next-Occurrence-Date/m-p/24088#M786011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE, NAME, LOCATION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/05/2017, BD1, A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/09/2017, BD2, M&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02/10/2017, BD1, G&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03/15/2017, BD1, X&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 04/01/2017, BD1, TRASH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 04/10/2017, BD2, TRASH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FinatTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Date(If(NAME = Previous(NAME), Previous(DATE), Today())) as [Next Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Order By NAME, DATE desc;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194951_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Next-Occurrence-Date/m-p/24088#M786011</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-28T17:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Next Occurrence Date</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Next-Occurrence-Date/m-p/24089#M786012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spot on!..&lt;/P&gt;&lt;P&gt;Thanks a bunch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 01:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Next-Occurrence-Date/m-p/24089#M786012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-01T01:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Next Occurrence Date</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Next-Occurrence-Date/m-p/1998527#M1221352</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_13.png" style="width: 541px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92489iE704AE5E3C3420C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_13.png" alt="Screenshot_13.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I cant get my this desired result using your method.&amp;nbsp; I need this particular arrangement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 10:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Next-Occurrence-Date/m-p/1998527#M1221352</guid>
      <dc:creator>Brownie</dc:creator>
      <dc:date>2022-10-31T10:13:50Z</dc:date>
    </item>
  </channel>
</rss>

