<?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 Color top 5 in a straight table with 2 dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-top-5-in-a-straight-table-with-2-dimensions/m-p/1036937#M928214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a straight table with all observations. The first 5 observations should be coloured based on 5 highest values.&lt;/P&gt;&lt;P&gt;this is the screenshot:&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118786_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I have defined only one dimension in the table, then everything works fine.&lt;/P&gt;&lt;P&gt;However, not for two dimensions.&lt;/P&gt;&lt;P&gt;In addition, the table is not correctly sorted.&lt;/P&gt;&lt;P&gt;Do you see any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cornelis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Color top 5 in a straight table with 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-top-5-in-a-straight-table-with-2-dimensions/m-p/1036937#M928214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a straight table with all observations. The first 5 observations should be coloured based on 5 highest values.&lt;/P&gt;&lt;P&gt;this is the screenshot:&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118786_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I have defined only one dimension in the table, then everything works fine.&lt;/P&gt;&lt;P&gt;However, not for two dimensions.&lt;/P&gt;&lt;P&gt;In addition, the table is not correctly sorted.&lt;/P&gt;&lt;P&gt;Do you see any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cornelis.&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/Color-top-5-in-a-straight-table-with-2-dimensions/m-p/1036937#M928214</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Color top 5 in a straight table with 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-top-5-in-a-straight-table-with-2-dimensions/m-p/1036938#M928216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=IF(RANK(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; sum(value)) &amp;lt; 6, yellow())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118796_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-top-5-in-a-straight-table-with-2-dimensions/m-p/1036938#M928216</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T13:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Color top 5 in a straight table with 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Color-top-5-in-a-straight-table-with-2-dimensions/m-p/1036939#M928219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that is the solution.&lt;/P&gt;&lt;P&gt;it is a good learning point. TOTAL is important to rank, not SUM only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cornelis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-top-5-in-a-straight-table-with-2-dimensions/m-p/1036939#M928219</guid>
      <dc:creator />
      <dc:date>2016-03-21T13:53:10Z</dc:date>
    </item>
  </channel>
</rss>

