<?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 value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114710#M751016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample of what you have? Max Industry name needs to update for all the rows within a single serie?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2018 13:35:09 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-11-07T13:35:09Z</dc:date>
    <item>
      <title>Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114703#M751009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please can anyone help me?&lt;/P&gt;&lt;P&gt;I have value for Serie and Industry (Foglio1).&lt;/P&gt;&lt;P&gt;I want a report with the sum of the value for any Serie and for any Industry.&lt;/P&gt;&lt;P&gt;But I also want a column with the name of the Industry that have the max value for any Serie.(Foglio3)&lt;/P&gt;&lt;P&gt;Please see attached file with some data and the result that I want.&lt;/P&gt;&lt;P&gt;Many tks in advance.&lt;/P&gt;&lt;P&gt;Marco&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-value/m-p/114703#M751009</guid>
      <dc:creator>eptaqlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114704#M751010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD Serie, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Industry, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Value) as value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Foglio1) group by Serie, Industry;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;right join(data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;data1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load Serie,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;max(value) AS value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident data group by Serie;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;data2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Generic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD Serie, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; Industry, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Value) as value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Foglio1) group by Serie, Industry;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 11:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114704#M751010</guid>
      <dc:creator>thannila</dc:creator>
      <dc:date>2018-11-07T11:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114705#M751011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you looking to see this result? In a chart or text box object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 12:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114705#M751011</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-07T12:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114706#M751012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in a Chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 12:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114706#M751012</guid>
      <dc:creator>eptaqlik</dc:creator>
      <dc:date>2018-11-07T12:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114707#M751013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pivot table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 12:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114707#M751013</guid>
      <dc:creator>eptaqlik</dc:creator>
      <dc:date>2018-11-07T12:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114708#M751014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&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/217775_Capture.PNG" style="height: 240px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression used&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(SecondaryDimensionality() = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Industry, -Aggr(Sum(Value), Serie, Industry)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Value))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 12:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114708#M751014</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-07T12:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114709#M751015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the result is that you have explained into your picture but with this espression I have as&amp;nbsp; a result another column for all the Industry with the same name of the Industry&lt;/P&gt;&lt;P&gt;this is the image with my real data; I want for all the industry of the serie only the max; ex: Serie TEXPRTP7K = Valore Max GENERAL INDUSTRY&lt;/P&gt;&lt;P&gt;&lt;IMG alt="maxValue.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217768_maxValue.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 13:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114709#M751015</guid>
      <dc:creator>eptaqlik</dc:creator>
      <dc:date>2018-11-07T13:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114710#M751016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample of what you have? Max Industry name needs to update for all the rows within a single serie?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 13:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114710#M751016</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-07T13:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114711#M751017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny, I can't share the real data; Yes, max Industry name in all rows within a single serie because I want to define my product serie in which industry have max market&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Legami_database.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217786_Legami_database.PNG" style="height: 457px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 13:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114711#M751017</guid>
      <dc:creator>eptaqlik</dc:creator>
      <dc:date>2018-11-07T13:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114712#M751018</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FirstSortedValue(&lt;SPAN style="color: #ff0000;"&gt;TOTAL &amp;lt;Serie&amp;gt;&lt;/SPAN&gt; Industry, -Aggr(Sum(Value), Serie, Industry))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 13:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114712#M751018</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-07T13:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114713#M751019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many tks Sunny, &lt;/P&gt;&lt;P&gt;your solution works wery well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114713#M751019</guid>
      <dc:creator>eptaqlik</dc:creator>
      <dc:date>2018-11-07T14:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max value</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value/m-p/114714#M751020</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;I set this solution as you into the example you attached and it is the best solution; I like also the other solution you send to me. Sorry because into the first time I said that this is not exact. &lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value/m-p/114714#M751020</guid>
      <dc:creator>eptaqlik</dc:creator>
      <dc:date>2018-11-07T14:23:41Z</dc:date>
    </item>
  </channel>
</rss>

