<?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: Show ONLY the highest RANK in QlikView in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987472#M81602</link>
    <description>&lt;P&gt;I tried this solution and I got 'no result' everywhere&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2022 08:36:19 GMT</pubDate>
    <dc:creator>LearnFreak</dc:creator>
    <dc:date>2022-09-30T08:36:19Z</dc:date>
    <item>
      <title>Show ONLY the highest RANK in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987456#M81599</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have done a ranking in my LoadScript and I have a Straight Table where I need to show only the highest rank of a person. This is my logic:&lt;/P&gt;
&lt;TABLE width="289"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="289"&gt;Rank 1 - as the highest rank&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="289"&gt;If Rank 1 = NULL &amp;gt; Rank 2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="289"&gt;IF Rank 2 = NULL &amp;gt; Rank 3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;IF Rank 3 = NULL &amp;gt; Rank 4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;IF Rank 4 = NULL &amp;gt; Rank 5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;IF Rank 5 = NULL &amp;gt; Rank 6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;IF Rank 6 = NULL &amp;gt; NO RESULT&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any idea how to set an expression in the table itself?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 08:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987456#M81599</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-09-30T08:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show ONLY the highest RANK in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987462#M81600</link>
      <description>&lt;P&gt;Try using alt(), like:&lt;/P&gt;
&lt;P&gt;Alt(rank1, rank2, ..., 'no result')&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 08:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987462#M81600</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2022-09-30T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show ONLY the highest RANK in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987467#M81601</link>
      <description>&lt;P&gt;But I have several values for Rank 1, several for Rank 2 etc...&lt;/P&gt;
&lt;P&gt;For example, I have like this&lt;/P&gt;
&lt;P&gt;Column name:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Categories&lt;/P&gt;
&lt;P&gt;Values in the column per rank:&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;'Rank 1&amp;nbsp; xxxxx'&lt;/P&gt;
&lt;P&gt;'Rank 1 xxxxx'&lt;/P&gt;
&lt;P&gt;'Rank 1 xxxxxx'&lt;/P&gt;
&lt;P&gt;'Rank 2 xxxxxx'&lt;/P&gt;
&lt;P&gt;'Rank 2 xxxxxx'&lt;/P&gt;
&lt;P&gt;'Rank 3 xxxxxx' etc.&lt;/P&gt;
&lt;P&gt;I need to show all the values there are for each person but for his highest rank.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if a person has values in all categories I need to show only the values of his highest rank.&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>Fri, 30 Sep 2022 08:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987467#M81601</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-09-30T08:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show ONLY the highest RANK in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987472#M81602</link>
      <description>&lt;P&gt;I tried this solution and I got 'no result' everywhere&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 08:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987472#M81602</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-09-30T08:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show ONLY the highest RANK in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987492#M81604</link>
      <description>&lt;P&gt;Try to share a sample data set and expected output against that. I will try to provide a solution accordingly.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 09:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987492#M81604</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2022-09-30T09:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show ONLY the highest RANK in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987517#M81607</link>
      <description>&lt;P&gt;I tried like this in attachment.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 10:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1987517#M81607</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-09-30T10:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show ONLY the highest RANK in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1989094#M81748</link>
      <description>&lt;P&gt;Hi, I wondered if you tried with the sample I provided? Thank you...&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 12:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-ONLY-the-highest-RANK-in-QlikView/m-p/1989094#M81748</guid>
      <dc:creator>LearnFreak</dc:creator>
      <dc:date>2022-10-05T12:36:31Z</dc:date>
    </item>
  </channel>
</rss>

