<?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: Using Rank and aggr Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068966#M643491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to find rank the Phases with the most tackles using a text object due to the layout of the report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only show 1 Phase at a time. From there I am looking to use rank as a heatmap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 05:20:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-09T05:20:20Z</dc:date>
    <item>
      <title>Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068961#M643484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PhaseNo, Tackles Missed&lt;/P&gt;&lt;P&gt;1,2&lt;/P&gt;&lt;P&gt;1,1&lt;/P&gt;&lt;P&gt;1,1&lt;/P&gt;&lt;P&gt;2,4&lt;/P&gt;&lt;P&gt;2,1&lt;/P&gt;&lt;P&gt;3,2&lt;/P&gt;&lt;P&gt;4,5&lt;/P&gt;&lt;P&gt;5,1&lt;/P&gt;&lt;P&gt;5,1&lt;/P&gt;&lt;P&gt;6,2&lt;/P&gt;&lt;P&gt;6,2&lt;/P&gt;&lt;P&gt;6,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to rank PhaseNo by sum of Tackles Missed (i.e. I need to know which Phase has the most Tackles Missed by rank)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 07:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068961#M643484</guid>
      <dc:creator />
      <dc:date>2016-02-08T07:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068962#M643485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Straight Table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;PhaseNo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;NUM(Rank(TOTAL SUM([Tackles Missed]),4))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;NUM(Rank(TOTAL COUNT([Tackles Missed]),4))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever is applicable to your application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068962#M643485</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-08T09:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068963#M643486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Manish&lt;/P&gt;&lt;P&gt;Worked perfectly&lt;/P&gt;&lt;P&gt;Is there a way to create the same rank without a dimension (due to the layout of the report)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068963#M643486</guid>
      <dc:creator />
      <dc:date>2016-02-08T09:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068964#M643487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;You can also use,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Aggr(Rank(Sum([Tackles Missed]),4,1),PhaseNo)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;or&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Num(Aggr(Rank(Sum([Tackles Missed]),4),PhaseNo))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;or&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Aggr(Rank(Sum([Tackles Missed]),4),PhaseNo)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample attached against your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068964#M643487</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-08T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068965#M643489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you want the output without dimension? Can you please provide here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 13:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068965#M643489</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-08T13:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068966#M643491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to find rank the Phases with the most tackles using a text object due to the layout of the report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only show 1 Phase at a time. From there I am looking to use rank as a heatmap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 05:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068966#M643491</guid>
      <dc:creator />
      <dc:date>2016-02-09T05:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068967#M643492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Use the below expression in textbox,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Only({&amp;lt;PhaseNo = {"=Num(Aggr(Rank(Sum([Tackles Missed]),4),PhaseNo))=1"}&amp;gt;}PhaseNo)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 07:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068967#M643492</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-09T07:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068968#M643495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works&lt;/P&gt;&lt;P&gt;Thank you for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068968#M643495</guid>
      <dc:creator />
      <dc:date>2016-02-09T09:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068969#M643498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer.&lt;/P&gt;&lt;P&gt;If not, please tell us what help you still need with this question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068969#M643498</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-02-09T09:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068970#M643499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Onno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes sure... Where do I mark the answer as correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068970#M643499</guid>
      <dc:creator />
      <dc:date>2016-02-09T09:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068971#M643501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Happy to help you with that. Please see attached picture &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that the post I picked is a suggestion. If you think another post was the correct answer for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If for whatever reason you do not see that button in the image, try a different browser. If it still does not work, let me know which post and I will do it for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Onno&lt;/P&gt;&lt;P&gt;Community Team member&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068971#M643501</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-02-09T10:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068972#M643502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.... I changed browser and could still not see the Correct Answer Icon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 1st Post and last post were correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068972#M643502</guid>
      <dc:creator />
      <dc:date>2016-02-09T10:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using Rank and aggr Function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068973#M643503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;. Probably a silly bug somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway,&lt;/P&gt;&lt;P&gt;Since I can only flag 1 answer correct per topic, I flagged the first one.&lt;/P&gt;&lt;P&gt;As a result, the topic is now flagged answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rank-and-aggr-Function/m-p/1068973#M643503</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-02-09T10:22:19Z</dc:date>
    </item>
  </channel>
</rss>

