<?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 expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214823#M864251</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;IMG alt="color.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147231_color.PNG" style="height: auto;" /&gt;In this,i dont want the color in the total tab.how can i remove it..if i give the condtion for color expression..total values are also changed..how can i do it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>color expression</title>
      <link>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214823#M864251</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;IMG alt="color.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147231_color.PNG" style="height: auto;" /&gt;In this,i dont want the color in the total tab.how can i remove it..if i give the condtion for color expression..total values are also changed..how can i do it..&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-expression/m-p/1214823#M864251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: color expression</title>
      <link>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214824#M864252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the SecondaryDimensionality() function to check if you're on the detail or the total level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(SecondaryDimensionality()=0, ...color-expression... ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214824#M864252</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-21T09:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: color expression</title>
      <link>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214825#M864253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Navigate to following window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart/Table Properties -&amp;gt; Expressions Tab - &amp;gt; Total column -&amp;gt; Expand it and click to Background Color&lt;/P&gt;&lt;P&gt;here you can write the expression based on cell value you can change background color of the cell like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Total &lt;SPAN style="font-size: 10pt;"&gt;&amp;gt;= 10000000, &lt;/SPAN&gt;RGB(255,40,0),RGB(255,255,255))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BackColor.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147235_BackColor.png" style="height: 310px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214825#M864253</guid>
      <dc:creator>shaktisinghchau</dc:creator>
      <dc:date>2016-12-21T09:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: color expression</title>
      <link>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214826#M864254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.bt i need to change only text color of the total not the background color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214826#M864254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T09:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: color expression</title>
      <link>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214827#M864255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add the the first condition&amp;nbsp; to check for &lt;STRONG&gt;TOTAL Column&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;STRONG&gt;Columnno&lt;/STRONG&gt;()=0 , black() , you next conditions in the Text Color Expression.....................)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214827#M864255</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-21T09:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: color expression</title>
      <link>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214828#M864256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vineeth&lt;/P&gt;&lt;P&gt;Its worked.thank u so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 10:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214828#M864256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T10:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: color expression</title>
      <link>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214829#M864257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to hear that, please close this thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 10:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-expression/m-p/1214829#M864257</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-21T10:16:34Z</dc:date>
    </item>
  </channel>
</rss>

