<?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: background expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12777#M774458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitesh Patil&lt;/P&gt;&lt;P&gt;thank you so much for you're recommendation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2018 12:48:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-11T12:48:48Z</dc:date>
    <item>
      <title>background expression</title>
      <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12769#M774450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; how to use background expression in pivot table, for example, I want to use light gray a particular columns.&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/background-expression/m-p/12769#M774450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: background expression</title>
      <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12770#M774451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Expression &amp;gt;&amp;gt; + sign &amp;gt;&amp;gt; Background color &amp;gt;&amp;gt; write your condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="exrr.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202048_exrr.png" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 05:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-expression/m-p/12770#M774451</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2018-05-10T05:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: background expression</title>
      <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12771#M774452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you&amp;nbsp; talking&amp;nbsp; about Background Color for particular column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 05:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-expression/m-p/12771#M774452</guid>
      <dc:creator>agastya</dc:creator>
      <dc:date>2018-05-10T05:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: background expression</title>
      <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12772#M774453</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;You can use Background Color expression in Chart Properties for column color in below manner:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: I have Subject and User Columns in my table. I want to make columns light grey where User is User 1. For rest of the users column should be green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Expand the Dimension Chart for it's properties, you'll get below options:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="202054" alt="Dimension.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202054_Dimension.JPG" style="height: 291px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Double click Background color property, you'll get Expression Window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For my example, expression will be in this manner:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; =if(User='User 1',RGB(211,211,211),Green())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;here, RGB(211,211,211) is color code for Light Grey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. &lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="202055" alt="Output.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/202055_Output.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly you can apply Background Color in Expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 05:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-expression/m-p/12772#M774453</guid>
      <dc:creator>hiteshpatil11</dc:creator>
      <dc:date>2018-05-10T05:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: background expression</title>
      <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12773#M774454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much, I've got the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 07:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-expression/m-p/12773#M774454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-10T07:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: background expression</title>
      <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12774#M774455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 07:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-expression/m-p/12774#M774455</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-05-10T07:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: background expression</title>
      <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12775#M774456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A _jive_internal="true" data-avatarid="5408" data-externalid="" data-online="false" data-presence="null" data-userid="241169" data-username="hiteshpatil11" href="https://community.qlik.com/people/hiteshpatil11" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Hitesh Patil&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks, I've done something you told me, but there is one problem for zero value, it does not work, please look at my qv picture. Actually, I would like to green 102_Q columns here.&lt;IMG alt="102_Q.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202116_102_Q.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 18:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-expression/m-p/12775#M774456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-10T18:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: background expression</title>
      <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12776#M774457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I think it's NULL and not Zero Values that are troubling here. It is difficult to put Null Columns in color, please see if below link can help you in some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/133976"&gt;how to change background color for null values in a table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 05:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-expression/m-p/12776#M774457</guid>
      <dc:creator>hiteshpatil11</dc:creator>
      <dc:date>2018-05-11T05:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: background expression</title>
      <link>https://community.qlik.com/t5/QlikView/background-expression/m-p/12777#M774458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hitesh Patil&lt;/P&gt;&lt;P&gt;thank you so much for you're recommendation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 12:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-expression/m-p/12777#M774458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-11T12:48:48Z</dc:date>
    </item>
  </channel>
</rss>

