<?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: KPI Text Top 1 in Featured Members</title>
    <link>https://community.qlik.com/t5/Featured-Members/KPI-Text-Top-1/m-p/2019498#M64</link>
    <description>&lt;P&gt;Thanks the info comes like this...&lt;/P&gt;</description>
    <pubDate>Thu, 22 Dec 2022 23:16:46 GMT</pubDate>
    <dc:creator>Jacobo</dc:creator>
    <dc:date>2022-12-22T23:16:46Z</dc:date>
    <item>
      <title>KPI Text Top 1</title>
      <link>https://community.qlik.com/t5/Featured-Members/KPI-Text-Top-1/m-p/2019486#M62</link>
      <description>&lt;P&gt;Hello team, I´m new in Qlik sense&amp;nbsp;&lt;SPAN&gt;and I was wondering how to get the comment with the most votes from a table, that is, the top 1, if I choose KPI it only sends me numbers,&amp;nbsp;but I want it to say the comment number 1&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 20:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Featured-Members/KPI-Text-Top-1/m-p/2019486#M62</guid>
      <dc:creator>Jacobo</dc:creator>
      <dc:date>2022-12-22T20:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Text Top 1</title>
      <link>https://community.qlik.com/t5/Featured-Members/KPI-Text-Top-1/m-p/2019488#M63</link>
      <description>&lt;P&gt;&lt;BR /&gt;T:&lt;BR /&gt;load * Inline [&lt;BR /&gt;Comment, Vote&lt;BR /&gt;aaaa,1&lt;BR /&gt;bbbb,1&lt;BR /&gt;cccc,1&lt;BR /&gt;aaaa,1&lt;BR /&gt;aaaa,1&lt;BR /&gt;bbbb,1&lt;BR /&gt;bbbb,1&lt;BR /&gt;aaaa,1&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;you can use this expression in the KPI&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only({&amp;lt;Comment = {"=Rank(Sum(Vote),4)&amp;lt;=1"}&amp;gt;} Comment)&lt;/P&gt;
&lt;P&gt;or this&lt;/P&gt;
&lt;P&gt;FirstSortedValue(Comment, -Aggr(Sum(Vote), Comment))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maxgro_0-1671743959125.png" style="width: 638px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96795i5C0C1F4CD7D4B1AD/image-dimensions/638x193?v=v2" width="638" height="193" role="button" title="maxgro_0-1671743959125.png" alt="maxgro_0-1671743959125.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 21:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Featured-Members/KPI-Text-Top-1/m-p/2019488#M63</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2022-12-22T21:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Text Top 1</title>
      <link>https://community.qlik.com/t5/Featured-Members/KPI-Text-Top-1/m-p/2019498#M64</link>
      <description>&lt;P&gt;Thanks the info comes like this...&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 23:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Featured-Members/KPI-Text-Top-1/m-p/2019498#M64</guid>
      <dc:creator>Jacobo</dc:creator>
      <dc:date>2022-12-22T23:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Text Top 1</title>
      <link>https://community.qlik.com/t5/Featured-Members/KPI-Text-Top-1/m-p/2020021#M65</link>
      <description>&lt;P&gt;with your data&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;T2:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PARA DEJAR PIRELLI?&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Jubilacion&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Jubilacion&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Jubilacion&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Conflicto con mi supervisor actual&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Otro&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Mejor....&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Conflicto interpersonal / ...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try this expression&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Only({&amp;lt;[PARA DEJAR PIRELLI?] = {"=Rank(Count([PARA DEJAR PIRELLI?]),4)&amp;lt;=1"}&amp;gt;} [PARA DEJAR PIRELLI?])&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 10:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Featured-Members/KPI-Text-Top-1/m-p/2020021#M65</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2022-12-27T10:24:32Z</dc:date>
    </item>
  </channel>
</rss>

