<?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 Max value help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-value-help/m-p/897390#M653923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on max KPI value need to have corresponding value in UKURS . See below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92085_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirements : Total Cost:&amp;nbsp; Sum(Sales) * &lt;STRONG&gt;UKURS value corresponding to max KPI field.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on selections below , I'm having 4.0394 as value corresponding to Max KPI value . so this value I need multiply in Total cost cal.&lt;/P&gt;&lt;P&gt; &lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/92086_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2015 10:25:41 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2015-07-07T10:25:41Z</dc:date>
    <item>
      <title>Max value help</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-help/m-p/897390#M653923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on max KPI value need to have corresponding value in UKURS . See below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92085_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirements : Total Cost:&amp;nbsp; Sum(Sales) * &lt;STRONG&gt;UKURS value corresponding to max KPI field.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on selections below , I'm having 4.0394 as value corresponding to Max KPI value . so this value I need multiply in Total cost cal.&lt;/P&gt;&lt;P&gt; &lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/92086_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-help/m-p/897390#M653923</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-07-07T10:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Max value help</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-help/m-p/897391#M653924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand completely, but may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;Sum(Sales) * Only({&amp;lt;KPI = {"$(=Max(99999999 - GDATU))"}&amp;gt;}UKURS)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-help/m-p/897391#M653924</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-07T10:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Max value help</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-help/m-p/897392#M653925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&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;Sum(Sales) * &lt;/SPAN&gt;Only({&amp;lt;KPI={$(=Max(KPI))}&amp;gt;} &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;UKURS&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-help/m-p/897392#M653925</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-07T10:42:30Z</dc:date>
    </item>
  </channel>
</rss>

