<?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 How to highlight a cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470268#M175618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a new hand for Qlikview development, I have a question about highlighting a cell in straight table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say that I have a straight table, in which list all the sales' names (column 1), number of products they have sold (column 2) and corresponding revenue (column 3), as well as the average price (Column 3 / Column 2)in each row of the table; and how could I highlight a particular cell of column 'Average Price', for which value is less than the value of the total average price (Total Revenue / Total Number of Product Sold)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 09:39:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-19T09:39:46Z</dc:date>
    <item>
      <title>How to highlight a cell</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470268#M175618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a new hand for Qlikview development, I have a question about highlighting a cell in straight table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say that I have a straight table, in which list all the sales' names (column 1), number of products they have sold (column 2) and corresponding revenue (column 3), as well as the average price (Column 3 / Column 2)in each row of the table; and how could I highlight a particular cell of column 'Average Price', for which value is less than the value of the total average price (Total Revenue / Total Number of Product Sold)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 09:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470268#M175618</guid>
      <dc:creator />
      <dc:date>2013-04-19T09:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a cell</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470269#M175619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use expression-expand expression-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here we have backgroundcolor,textcolor ,....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use text color in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the condition in text color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 09:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470269#M175619</guid>
      <dc:creator />
      <dc:date>2013-04-19T09:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a cell</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470270#M175620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a few ways you could do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) There is tab called visual cues in the properties of a straight or pivot table. In there you could enter an expression for cell highlighting.&lt;/P&gt;&lt;P&gt;2) The other way is if you click the expand icon for your expression under the expression tab, you could enter an expression for the backgound colour requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of the expression you could write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( (sum(Revenue)/sum(ProductSold)) &amp;lt; (sum(TOTAL Revenue)/sum(TOTAL ProductSold)) ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; red(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;byron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 09:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470270#M175620</guid>
      <dc:creator />
      <dc:date>2013-04-19T09:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a cell</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470271#M175621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 10:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470271#M175621</guid>
      <dc:creator />
      <dc:date>2013-04-19T10:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a cell</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470272#M175622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Byron!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find the place to put my code. However, it seems I can't quote the total values -- my tabel has a dimension of sales' name, and then, the fomular I use to retrieve the total values only get the result of each sales person respectively, then the value of both sides of the criterion you proposed above will a;ways be equal, and therefore never take effect. How could I work around it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 03:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470272#M175622</guid>
      <dc:creator />
      <dc:date>2013-04-26T03:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight a cell</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470273#M175623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I failed to use your solution in my case, for I can't get the total values in the same way -- they are the total values of columns included under 'Expressions' instead of under 'Dimensions', which is shown in your sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 03:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-a-cell/m-p/470273#M175623</guid>
      <dc:creator />
      <dc:date>2013-04-26T03:33:50Z</dc:date>
    </item>
  </channel>
</rss>

