<?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 find next date value. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-find-next-date-value/m-p/1108836#M18897</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;Please help me by checking the attachments. I put i=0 to 20, but I need the last row to know dynamically for max value of i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Message was edited by Community Moderator for spelling and clarity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2016 06:20:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-10T06:20:42Z</dc:date>
    <item>
      <title>How to find next date value.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-next-date-value/m-p/1108836#M18897</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;Please help me by checking the attachments. I put i=0 to 20, but I need the last row to know dynamically for max value of i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Message was edited by Community Moderator for spelling and clarity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 06:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-next-date-value/m-p/1108836#M18897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-10T06:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to find next date value.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-next-date-value/m-p/1108837#M18898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Demo3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD RowNo() as Key,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [ClosingBalanceDate],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [ClosingBalance]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; FROM [lib://Desktop/Demo3.csv]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR i=0 to FieldValueCount('Key')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; test6:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Load DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [ClosingBalanceDate],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [ClosingBalance]as OpeningBalance,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(Peek([ClosingBalance],$(i))&amp;lt;&amp;gt;null(),peek([ClosingBalance],$(i+1)),0)as ClosingBalance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Resident Demo3;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEXT i&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Demo3;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 19:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-next-date-value/m-p/1108837#M18898</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-10T19:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find next date value.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-next-date-value/m-p/1108838#M18899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your response.But your code is not working for Closing Balance.&lt;/P&gt;&lt;P&gt;But I solved the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 03:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-next-date-value/m-p/1108838#M18899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T03:17:18Z</dc:date>
    </item>
  </channel>
</rss>

