<?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: Max Date Per Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151477#M916419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did provide an expression for second highest date. Here is it:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FirstSortedValue(Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Avg&lt;/SPAN&gt;(VALUE), DATE, INDEX_ID), -Aggr(DATE, INDEX_ID, DATE)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, 2&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: The 2 at the end is telling it to pick the average value from 2nd highest date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2016 10:28:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-16T10:28:12Z</dc:date>
    <item>
      <title>Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151470#M916412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Community,&lt;/P&gt;&lt;P&gt;i need to show Index_id and his value on max Date and the change between last date value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for you help,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124663_Capture.JPG" style="height: 388px; width: 620px;" /&gt; &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/Max-Date-Per-Value/m-p/1151470#M916412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151471#M916413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue(Value, -Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 08:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151471#M916413</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-16T08:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151472#M916414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For ID 40, you have two values, how would you want to handle this? Avg the two values available? Sum or pick one of them randomly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 09:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151472#M916414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T09:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151473#M916415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to pick the average, you can try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Aggr(&lt;SPAN style="color: #ff0000;"&gt;Avg&lt;/SPAN&gt;(VALUE), DATE, INDEX_ID), -Aggr(DATE, INDEX_ID, DATE))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for change from last period, you can try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Aggr(&lt;SPAN style="color: #ff0000;"&gt;Avg&lt;/SPAN&gt;(VALUE), DATE, INDEX_ID), -Aggr(DATE, INDEX_ID, DATE)) - FirstSortedValue(Aggr(&lt;SPAN style="color: #ff0000;"&gt;Avg&lt;/SPAN&gt;(VALUE), DATE, INDEX_ID), -Aggr(DATE, INDEX_ID, DATE)&lt;SPAN style="color: #ff0000;"&gt;, 2&lt;/SPAN&gt;)&lt;/STRONG&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/124667_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 09:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151473#M916415</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T09:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151474#M916416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but how can i see the change from the last date &lt;/P&gt;&lt;P&gt;ex Max(Date) -1 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151474#M916416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151475#M916417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max(Date) - 1 or the second highest available date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151475#M916417</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T10:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151476#M916418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;second highest available date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;i need like the pic i add from above &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151476#M916418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T10:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151477#M916419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did provide an expression for second highest date. Here is it:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FirstSortedValue(Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Avg&lt;/SPAN&gt;(VALUE), DATE, INDEX_ID), -Aggr(DATE, INDEX_ID, DATE)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, 2&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: The 2 at the end is telling it to pick the average value from 2nd highest date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151477#M916419</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T10:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151478#M916420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i want that it will show me only for specific Index_id Ex Only index_id 1,2,3,4 ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151478#M916420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T10:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151479#M916421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a set analysis like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;INDEX_ID = {1, 2, 3, 4}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 11:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151479#M916421</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T11:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151480#M916422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again Thank you so much for you amazing help thx !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 11:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151480#M916422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T11:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151481#M916423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 11:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151481#M916423</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T11:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151482#M916424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing can i create this kind of look whit the sign&lt;/P&gt;&lt;P&gt;if &amp;lt;-0.5 Red -&lt;/P&gt;&lt;P&gt;If &amp;gt;0.5 Green +&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124673_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 11:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151482#M916424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T11:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151483#M916425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say sign do you mean the arrows? I think they cannot be in one cell, but if you can have two cells then this can work. Also for the colors you can use a background expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 11:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151483#M916425</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T11:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date Per Value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151484#M916426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is what i was think also cool ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 11:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-Per-Value/m-p/1151484#M916426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T11:25:46Z</dc:date>
    </item>
  </channel>
</rss>

