<?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: Dynamic Ranking in Listbox based on selection from Another Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707439#M254854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want combine ranking, let me know which criteria you would like to use..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2014 15:51:59 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-07-03T15:51:59Z</dc:date>
    <item>
      <title>Dynamic Ranking in Listbox based on selection from Another Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707436#M254851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get the below working. I have an employee table with Income&amp;nbsp; and Productcount&lt;/P&gt;&lt;P&gt;In the Selection table, I just have the column names Income and Productcount as values for the field TYPE.&lt;/P&gt;&lt;P&gt;I have the employee names listed and sorted using an expression which uses rank function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to achieve is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the selection&amp;nbsp; in the TYPE list box, the Dynamic list box should rank the employees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample qvw. Any help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 15:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707436#M254851</guid>
      <dc:creator />
      <dc:date>2014-07-03T15:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Ranking in Listbox based on selection from Another Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707437#M254852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under sorting tab expression, use below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(GetFieldSelections(TYPE)='Income',Aggr(SUM(Income),emp),Aggr(SUM(Productcount),emp))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 15:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707437#M254852</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-03T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Ranking in Listbox based on selection from Another Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707438#M254853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It worked. How will I make it to work if I choose both Productcount and Income (combined ranking)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 15:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707438#M254853</guid>
      <dc:creator />
      <dc:date>2014-07-03T15:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Ranking in Listbox based on selection from Another Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707439#M254854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want combine ranking, let me know which criteria you would like to use..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 15:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707439#M254854</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-03T15:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Ranking in Listbox based on selection from Another Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707440#M254855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did slightly change the empression to use rank instead of sum like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;IF&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)='Income',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Income&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,4),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;emp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Productcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,4),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;emp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The criteria is to again sort the employees usinng combined ranking. Does that make sense?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 15:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707440#M254855</guid>
      <dc:creator />
      <dc:date>2014-07-03T15:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Ranking in Listbox based on selection from Another Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707441#M254856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to put a hold on this logic so getting back into the issue again. How should we do combined Ranking like in the Golf Game. But the trick is the Employee List box or the chart with the Employee and individual Ranks should be ranked for the selected values in the TYPE list box. I am thinking of or statement in the sort expression. But not sure.&lt;/P&gt;&lt;P&gt;Your help is much appreciated. Attaching the modified version of the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 17:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Ranking-in-Listbox-based-on-selection-from-Another/m-p/707441#M254856</guid>
      <dc:creator />
      <dc:date>2015-01-22T17:11:31Z</dc:date>
    </item>
  </channel>
</rss>

