<?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: Need to show top 3 color coding in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103024#M631194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the qvw i have tried with your sample qvw but i am getting all in green color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached qvw for your reference..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 12:26:04 GMT</pubDate>
    <dc:creator>bharatkishore</dc:creator>
    <dc:date>2016-08-01T12:26:04Z</dc:date>
    <item>
      <title>Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103016#M631183</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 have an&amp;nbsp; straight table chart. I have an expression like (sum([Unique Opens])/sum([Total Sends]-([Total Bouncebacks])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the values as in the attached image:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement i need to show i mean highlight the values in green color which are top 3. I need to show it with an indicator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 11:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103016#M631183</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-08-01T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103017#M631184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use in Expression: backround Color,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103017#M631184</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-08-01T12:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103018#M631185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Beck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add one more expression like you know it should show with traffic signal or&amp;nbsp; indicator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103018#M631185</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-08-01T12:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103019#M631186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u post sample qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103019#M631186</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-08-01T12:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103020#M631187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a quick example using RANK in the background colour of the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just adapt it to your needs by using: rank(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(sum([Unique Opens])/sum([Total Sends]-([Total Bouncebacks]))))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103020#M631187</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-01T12:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103021#M631188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what Kind of traffic Signal or indicator do you Need? Gauges?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103021#M631188</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-08-01T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103022#M631192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103022#M631192</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-08-01T12:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103023#M631193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Beck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I needed an indicator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103023#M631193</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-08-01T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103024#M631194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the qvw i have tried with your sample qvw but i am getting all in green color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached qvw for your reference..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103024#M631194</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-08-01T12:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103025#M631195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use aggr and rank to solve this if you have multiple dimensions. With one this will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look in the community for&amp;nbsp; "top n" and you should find plenty of examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searching for: Top N list with 2 dimensions&lt;/P&gt;&lt;P&gt;will get you a very good explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103025#M631195</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-01T12:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103026#M631196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this u want&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133180_Untitled.png" style="height: 171px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103026#M631196</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-08-01T12:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103027#M631197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is exactly what i needed. Can you please send the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103027#M631197</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-08-01T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103028#M631198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103028#M631198</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-08-01T14:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103029#M631199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't look quite right to me, you need to aggregate over both dimensions as I suggested above.&lt;/P&gt;&lt;P&gt;Simply ranking over the first dimension isn't correct in this case, at least I assume not.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rank.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133183_rank.PNG" style="height: 131px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103029#M631199</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-01T14:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103030#M631200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Arul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. my requirement. But what i need is for traffic signal also i need to show in green color.. All the three.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now i can see only one. Kindly help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103030#M631200</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-08-01T14:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103031#M631201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you go this should sort it, a bit of a sneaky way of doing it but it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat dimensions in one dimension&lt;/P&gt;&lt;P&gt;add the dimension as expressions&lt;/P&gt;&lt;P&gt;then on presentation tab hide the dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;credit to simon: &lt;A href="https://community.qlikview.com/thread/14426" title="https://community.qlikview.com/thread/14426"&gt;Ranking with multiple Dimensions | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103031#M631201</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-01T14:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103032#M631202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still i am unable to get my requirement..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 07:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103032#M631202</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-08-02T07:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103033#M631203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give us some idea what is wrong in the above application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 07:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103033#M631203</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-02T07:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103034#M631204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you solved this issue? If so is it possible to share the answer so when people search in the future they can see it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 08:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103034#M631204</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-03T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need to show top 3 color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103035#M631205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is not yet resolved and I am getting all green values..Please check the attached file. Not top 3. I need to show only top 3 in green color else no color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 10:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-show-top-3-color-coding/m-p/1103035#M631205</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-08-03T10:56:16Z</dc:date>
    </item>
  </channel>
</rss>

