<?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 add value, showing only one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230188#M82052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I kind of missed the nested aggregates in my first suggestion. This expression works fine:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Date(Max(If(Value=Aggr(Max(Value), Name), Date)))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I don't get the must not be zero comment. Do you have negatives? If not, how could zero ever be the max?&lt;/P&gt;&lt;P&gt;This expression will show the Date of the greatest Value per Name. If there are multiple Dates tied for highest Value, it will show the greatest Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Oct 2010 22:14:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-06T22:14:57Z</dc:date>
    <item>
      <title>add value, showing only one</title>
      <link>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230183#M82047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with: names, values and dates:&lt;/P&gt;&lt;P&gt;A____ 200 ____23/02/2007&lt;/P&gt;&lt;P&gt;A____ 0 ______30/12/2010&lt;/P&gt;&lt;P&gt;A____ 67 _____10/07/2009&lt;/P&gt;&lt;P&gt;A____ 200 ____22/09/2008&lt;/P&gt;&lt;P&gt;B____ 170 ____08/05/2008&lt;/P&gt;&lt;P&gt;B____ 80 _____14/10/2010&lt;/P&gt;&lt;P&gt;B____ 10 _____19/04/2009&lt;/P&gt;&lt;P&gt;I want to show those with the largest value with its corresponding date. If by chance there are equal values, want to show what date has the largest (latest).&lt;/P&gt;&lt;P&gt;in this case would be:&lt;/P&gt;&lt;P&gt;A____ 200 ____22/09/2008&lt;/P&gt;&lt;P&gt;B____ 170 ____08/05/2008&lt;/P&gt;&lt;P&gt;because they have the most value. In the case of A, there are repeated values, making it appear the most recent&lt;/P&gt;&lt;P&gt;can someone help me, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 20:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230183#M82047</guid>
      <dc:creator />
      <dc:date>2010-10-06T20:27:23Z</dc:date>
    </item>
    <item>
      <title>add value, showing only one</title>
      <link>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230184#M82048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Name as your dimension. Then Max(Value) would get Expression 1. For Expression 2, Max(If(Value=Max(Value), Date)) or Max(If(Value = Column(1), Date)). I think either of those should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 20:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230184#M82048</guid>
      <dc:creator />
      <dc:date>2010-10-06T20:32:20Z</dc:date>
    </item>
    <item>
      <title>add value, showing only one</title>
      <link>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230185#M82049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excuse me ... I need to show only the latest. The value must be different from 0, regardless of whether the highest or lowest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 20:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230185#M82049</guid>
      <dc:creator />
      <dc:date>2010-10-06T20:36:58Z</dc:date>
    </item>
    <item>
      <title>add value, showing only one</title>
      <link>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230186#M82050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look to the FIRSTSORTEDVALUE ; maybe it will help you&lt;/P&gt;&lt;P&gt;JJJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 20:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230186#M82050</guid>
      <dc:creator />
      <dc:date>2010-10-06T20:40:39Z</dc:date>
    </item>
    <item>
      <title>add value, showing only one</title>
      <link>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230187#M82051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give me an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 20:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230187#M82051</guid>
      <dc:creator />
      <dc:date>2010-10-06T20:52:23Z</dc:date>
    </item>
    <item>
      <title>add value, showing only one</title>
      <link>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230188#M82052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I kind of missed the nested aggregates in my first suggestion. This expression works fine:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Date(Max(If(Value=Aggr(Max(Value), Name), Date)))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I don't get the must not be zero comment. Do you have negatives? If not, how could zero ever be the max?&lt;/P&gt;&lt;P&gt;This expression will show the Date of the greatest Value per Name. If there are multiple Dates tied for highest Value, it will show the greatest Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 22:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-value-showing-only-one/m-p/230188#M82052</guid>
      <dc:creator />
      <dc:date>2010-10-06T22:14:57Z</dc:date>
    </item>
  </channel>
</rss>

