<?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: To display the highest number and Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-display-the-highest-number-and-Name/m-p/57049#M9494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Petter, &lt;/P&gt;&lt;P&gt;Expression ok but its not giving the output. &lt;/P&gt;&lt;P&gt;Here my intention is need show all the drvier names like below.. Please suggest another expression.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VEW.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198544_VEW.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2018 06:21:53 GMT</pubDate>
    <dc:creator>rkpatelqlikview</dc:creator>
    <dc:date>2018-04-05T06:21:53Z</dc:date>
    <item>
      <title>To display the highest number and Name</title>
      <link>https://community.qlik.com/t5/QlikView/To-display-the-highest-number-and-Name/m-p/57047#M9492</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;Please let me know the set expression for below scenario.&lt;/P&gt;&lt;P&gt;I want to show the top Driver name who has driven highest Green kms travelled.&lt;/P&gt;&lt;P&gt;One text object should show Driver Name another Green Kms travelled. Expression for Green km Travelled - =sum({&amp;lt;DriverClassification={'SGreen'}&amp;gt;}[Kms Travelled]). Given in Straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from Below straight table. I need show the name Rakesh Kumar (highest kms travelled) and in one more text object we need show kms travelled that value 43078. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikcom.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198542_qlikcom.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 05:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-display-the-highest-number-and-Name/m-p/57047#M9492</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-05T05:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: To display the highest number and Name</title>
      <link>https://community.qlik.com/t5/QlikView/To-display-the-highest-number-and-Name/m-p/57048#M9493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression in a text box should give you RAKESH KUMAR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only( {&amp;lt;[Driver Name]={"=Rank(Sum({&amp;lt;DriverClassification={'SGreen'}&amp;gt;} [Kms Travelled]))=1"}&amp;gt;} [Driver Name] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression in another text box should give you 43078:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(&amp;nbsp; {&amp;lt;[Driver Name]={"=Rank(Sum({&amp;lt;DriverClassification={'SGreen'}&amp;gt;} [Kms Travelled]))=1"}&amp;gt;} [Kms Travelled] )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 06:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-display-the-highest-number-and-Name/m-p/57048#M9493</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-04-05T06:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: To display the highest number and Name</title>
      <link>https://community.qlik.com/t5/QlikView/To-display-the-highest-number-and-Name/m-p/57049#M9494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Petter, &lt;/P&gt;&lt;P&gt;Expression ok but its not giving the output. &lt;/P&gt;&lt;P&gt;Here my intention is need show all the drvier names like below.. Please suggest another expression.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="VEW.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198544_VEW.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 06:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-display-the-highest-number-and-Name/m-p/57049#M9494</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-05T06:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: To display the highest number and Name</title>
      <link>https://community.qlik.com/t5/QlikView/To-display-the-highest-number-and-Name/m-p/57050#M9495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter, its working now properly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 06:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-display-the-highest-number-and-Name/m-p/57050#M9495</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-05T06:36:16Z</dc:date>
    </item>
  </channel>
</rss>

