<?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: Expression using the Max Value of another Column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-using-the-Max-Value-of-another-Column/m-p/52217#M458286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought I had almost that exact thing and it wasn't working... hmmm. Well, I was actually able to get it work with even a more simplistic version while formatting in the format tab itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2018 15:09:28 GMT</pubDate>
    <dc:creator>MalcolmCICWF</dc:creator>
    <dc:date>2018-04-18T15:09:28Z</dc:date>
    <item>
      <title>Expression using the Max Value of another Column</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-using-the-Max-Value-of-another-Column/m-p/52215#M458284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like Excel can take the largest value of a column range and use it to calculate a metric, I am looking to do this in Qlikview. I have been messing around with some ColumnNum &amp;amp; Max functions, but I can't seem to get it. The current expression1 is a sum(field1) which gives me their total dollars lets say... I am trying to create an expression to take that and divided by the person with the largest sum. This will give me their "percent to best". Maybe an expression that looks at that column/cell to the left and divides by the biggest number in that column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided a sample screenshot of what I am looking for. Any ideas?&lt;/P&gt;&lt;P&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/199946_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 20:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-using-the-Max-Value-of-another-Column/m-p/52215#M458284</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2018-04-17T20:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression using the Max Value of another Column</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-using-the-Max-Value-of-another-Column/m-p/52216#M458285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like using straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add straight table with&lt;/P&gt;&lt;P&gt;Dim: Dimension&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum(Expression1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Expr&lt;/SPAN&gt;)/&lt;SPAN style="color: #0000ff;"&gt;max&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;TOTAL&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;Expr&lt;/SPAN&gt;), '#,##0.00')*100 &amp;amp; '%' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;you can set the %ge in Number tab of the chart properties like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199941_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 21:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-using-the-Max-Value-of-another-Column/m-p/52216#M458285</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-17T21:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression using the Max Value of another Column</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-using-the-Max-Value-of-another-Column/m-p/52217#M458286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought I had almost that exact thing and it wasn't working... hmmm. Well, I was actually able to get it work with even a more simplistic version while formatting in the format tab itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 15:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-using-the-Max-Value-of-another-Column/m-p/52217#M458286</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2018-04-18T15:09:28Z</dc:date>
    </item>
  </channel>
</rss>

