<?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: Easy (?) KPI Question in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020505#M15380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. It didn't quite work, but I may be interpreting your note incorrectly. This is the expression I just created, but it's returning an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue(FullName,-Aggr(Max(Points),FullName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with "FullName" being the name field I want to return and Points being the Max value in the KPI to the right. When you say "YourBarChartExpression", I wasn't sure what I should replace that with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2016 19:47:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-04T19:47:07Z</dc:date>
    <item>
      <title>Easy (?) KPI Question</title>
      <link>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020503#M15378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably a &lt;EM&gt;really&lt;/EM&gt; easy question for someone who isn't a novice with QlikSense, but I'm trying to do the following, and could use some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a series of data in a bar chart and a KPI that shows the highest amount in that data. But I also want to display the name associated with that value in a box next to it - either a second KPI or text box. I have been able to do that when only a single name value is selected, but when it's not filtered for a particular person, it shows up blank. Screenshot is attached to give you an idea. In this example, Matt Mawson's name should appear in the box next to the Pts Leader.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 19:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020503#M15378</guid>
      <dc:creator />
      <dc:date>2016-01-04T19:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Easy (?) KPI Question</title>
      <link>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020504#M15379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use FirstSortedValue() function here, not sure what you expression is, but something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Name, -Aggr(YourBarChartExpression, Name))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 19:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020504#M15379</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-04T19:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Easy (?) KPI Question</title>
      <link>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020505#M15380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. It didn't quite work, but I may be interpreting your note incorrectly. This is the expression I just created, but it's returning an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue(FullName,-Aggr(Max(Points),FullName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with "FullName" being the name field I want to return and Points being the Max value in the KPI to the right. When you say "YourBarChartExpression", I wasn't sure what I should replace that with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 19:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020505#M15380</guid>
      <dc:creator />
      <dc:date>2016-01-04T19:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Easy (?) KPI Question</title>
      <link>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020506#M15381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expression that you are using to create the bar chart? Is it Sum(Points) or Avg(Points)? Assuming it is Sum(Points), try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FirstSortedValue(FullName, -Aggr(&lt;SPAN style="color: #ff0000;"&gt;Sum(Points)&lt;/SPAN&gt;, FullName))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 19:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020506#M15381</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-04T19:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Easy (?) KPI Question</title>
      <link>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020507#M15382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny - you're the best! Thanks so much - that worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 02:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Easy-KPI-Question/m-p/1020507#M15382</guid>
      <dc:creator />
      <dc:date>2016-01-05T02:14:06Z</dc:date>
    </item>
  </channel>
</rss>

