<?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 Help: Need to find date in a sequence in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Need-to-find-date-in-a-sequence/m-p/1619424#M735463</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table where i have active column (this is a flag , it should be 1 for current roi and null for the rest),&lt;/P&gt;&lt;P&gt;based on this active column we need to find roi number , for example active column 1, the roi value is 3.94 . I need to find&amp;nbsp; &amp;nbsp;update_on_date column's min value&amp;nbsp; based on this roi value.&lt;/P&gt;&lt;P&gt;For example if you load this inline data, active value 1, the roi value is 3.94 , now the 3.94 value is same for 6/28/16 and 7/25/17 so it should show 6/28/16 date in a separate column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should only consider the month since the roi value get changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;active,roi, updated_on_date, last_roi_date&lt;BR /&gt;'',3.94,'1/7/16 19:34',''&lt;BR /&gt;'',3.94,'2/7/16 19:41',''&lt;BR /&gt;'',3.94,'2/7/16 19:49',''&lt;BR /&gt;'',3.94,'3/7/16 19:58',''&lt;BR /&gt;'',3.94,'4/7/16 20:03',''&lt;BR /&gt;'',3.6,'4/28/16 18:23',''&lt;BR /&gt;'',3.6,'5/28/16 19:33',''&lt;BR /&gt;'',3.94,'6/28/16 19:41',''&lt;BR /&gt;'',3.94,'7/25/17 18:43',''&lt;BR /&gt;1, 3.94,'','8/25/17 18:43']&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ashis</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Help: Need to find date in a sequence</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Need-to-find-date-in-a-sequence/m-p/1619424#M735463</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table where i have active column (this is a flag , it should be 1 for current roi and null for the rest),&lt;/P&gt;&lt;P&gt;based on this active column we need to find roi number , for example active column 1, the roi value is 3.94 . I need to find&amp;nbsp; &amp;nbsp;update_on_date column's min value&amp;nbsp; based on this roi value.&lt;/P&gt;&lt;P&gt;For example if you load this inline data, active value 1, the roi value is 3.94 , now the 3.94 value is same for 6/28/16 and 7/25/17 so it should show 6/28/16 date in a separate column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should only consider the month since the roi value get changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;active,roi, updated_on_date, last_roi_date&lt;BR /&gt;'',3.94,'1/7/16 19:34',''&lt;BR /&gt;'',3.94,'2/7/16 19:41',''&lt;BR /&gt;'',3.94,'2/7/16 19:49',''&lt;BR /&gt;'',3.94,'3/7/16 19:58',''&lt;BR /&gt;'',3.94,'4/7/16 20:03',''&lt;BR /&gt;'',3.6,'4/28/16 18:23',''&lt;BR /&gt;'',3.6,'5/28/16 19:33',''&lt;BR /&gt;'',3.94,'6/28/16 19:41',''&lt;BR /&gt;'',3.94,'7/25/17 18:43',''&lt;BR /&gt;1, 3.94,'','8/25/17 18:43']&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Need-to-find-date-in-a-sequence/m-p/1619424#M735463</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Need to find date in a sequence</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Need-to-find-date-in-a-sequence/m-p/1619519#M735464</link>
      <description>&lt;P&gt;In you require in edit script&amp;nbsp;&lt;/P&gt;&lt;P&gt;before semicolumn using Order By &amp;nbsp;fieldname asc..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in front end&lt;/P&gt;&lt;P&gt;right click that object goto sort..&lt;/P&gt;&lt;P&gt;number &amp;gt;asc &amp;nbsp;(as per your option either asc or desc)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 11:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Need-to-find-date-in-a-sequence/m-p/1619519#M735464</guid>
      <dc:creator>Surya</dc:creator>
      <dc:date>2019-09-03T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Need to find date in a sequence</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Need-to-find-date-in-a-sequence/m-p/1619810#M735465</link>
      <description>&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;Sorry for unable to explain properly.&lt;/P&gt;&lt;P&gt;What i am looking here to compare the updated_on_date columns row by row and calculate the difference , if the difference is more than one month then i want to show roi number correspond of that row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ashis&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 04:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Need-to-find-date-in-a-sequence/m-p/1619810#M735465</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-09-04T04:54:00Z</dc:date>
    </item>
  </channel>
</rss>

