<?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: Top 3 values from the table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106162#M763329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add Straight table and add&lt;/P&gt;&lt;P&gt;Dim: E.id&lt;/P&gt;&lt;P&gt;Expr: = Max(BaseSalary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in expr background add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Pick(Rank(max(Basesalary),4,1), LightGreen(), LightGray(), LightRed())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2018 14:30:30 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-07-19T14:30:30Z</dc:date>
    <item>
      <title>Top 3 values from the table?</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106161#M763328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have table like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.id, Basesalary&lt;/P&gt;&lt;P&gt;1, 1000&lt;/P&gt;&lt;P&gt;1, 2000&lt;/P&gt;&lt;P&gt;1, 3000&lt;/P&gt;&lt;P&gt;1, 5000&lt;/P&gt;&lt;P&gt;2, 2000&lt;/P&gt;&lt;P&gt;2, 3000&lt;/P&gt;&lt;P&gt;2, 4000&lt;/P&gt;&lt;P&gt;3,3000&lt;/P&gt;&lt;P&gt;3, 4000&lt;/P&gt;&lt;P&gt;4, 5000&lt;/P&gt;&lt;P&gt;4, 6000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;Create a base salary table chart and highlight the top three with different colours. Use autogenerate number as id colum&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106161#M763328</guid>
      <dc:creator>Kohli</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 values from the table?</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106162#M763329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add Straight table and add&lt;/P&gt;&lt;P&gt;Dim: E.id&lt;/P&gt;&lt;P&gt;Expr: = Max(BaseSalary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in expr background add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Pick(Rank(max(Basesalary),4,1), LightGreen(), LightGray(), LightRed())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 14:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106162#M763329</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-19T14:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 values from the table?</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106163#M763330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IF(RANK(SUM(Amount))&amp;lt;4,SUM(Amount))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Background Expression:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IF(RANK(SUM(Amount))=1,rgb(255,0,0),&lt;/P&gt;&lt;P&gt;IF(RANK(SUM(Amount))=2,rgb(128,255,0),&lt;/P&gt;&lt;P&gt;IF(RANK(SUM(Amount))=3,rgb(0,255,255))))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Employee.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208340_Employee.jpg" style="height: 412px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 14:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106163#M763330</guid>
      <dc:creator>alis2063</dc:creator>
      <dc:date>2018-07-19T14:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 values from the table?</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106164#M763331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam using QlikSense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106164#M763331</guid>
      <dc:creator>Kohli</dc:creator>
      <dc:date>2018-07-19T15:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 values from the table?</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106165#M763332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the expr i sent in your Qliksense? You want to display only top 3 in your table? &lt;/P&gt;&lt;P&gt;If yes, try calculated dimension like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your E.id dimension write the below&lt;/P&gt;&lt;P&gt;= Aggr(IF(Rank(Max(Basesalary),4,1)&amp;lt;4, E.id), E.id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106165#M763332</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-19T15:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 values from the table?</title>
      <link>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106166#M763333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, iam getting. But i want different colours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2018 05:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-3-values-from-the-table/m-p/106166#M763333</guid>
      <dc:creator>Kohli</dc:creator>
      <dc:date>2018-07-21T05:05:56Z</dc:date>
    </item>
  </channel>
</rss>

