<?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: How to give background color to cell along with Values?(Not through Visual cues) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430690#M430413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I Got the answer.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Write the normal condition in expression &amp;amp; write compare and color codes condition in background color tab.So, it will give you background color and value as well.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178105_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2017 05:53:03 GMT</pubDate>
    <dc:creator>Shubham_Deshmukh</dc:creator>
    <dc:date>2017-09-29T05:53:03Z</dc:date>
    <item>
      <title>How to give background color to cell along with Values?(Not through Visual cues)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430686#M430409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177957_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;For ABC row,% C condition ( if +ve,red())&lt;/P&gt;&lt;P&gt;For XYZ row,% C condition (If - ve , red())&lt;/P&gt;&lt;P&gt;Means,I have different conditions for each row.&lt;/P&gt;&lt;P&gt;And I want to color the cell along with % C value,but I am getting one out of them only.&lt;/P&gt;&lt;P&gt;Pls help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430686#M430409</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2017-09-28T07:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to give background color to cell along with Values?(Not through Visual cues)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430687#M430410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right click on cell&amp;gt; format cell &amp;gt; apply color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430687#M430410</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-09-28T07:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to give background color to cell along with Values?(Not through Visual cues)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430688#M430411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match(Dim,'ABC','XYZ'),&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;% C condition&amp;gt;0,rgb(),rgb()),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;% C condition&amp;gt;0,rgb(),rgb()))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You can specify rgb codes as per your wish.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430688#M430411</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-09-28T07:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to give background color to cell along with Values?(Not through Visual cues)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430689#M430412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratyush,&lt;/P&gt;&lt;P&gt;I already tried it , it's not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 05:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430689#M430412</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2017-09-29T05:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to give background color to cell along with Values?(Not through Visual cues)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430690#M430413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I Got the answer.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Write the normal condition in expression &amp;amp; write compare and color codes condition in background color tab.So, it will give you background color and value as well.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178105_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 05:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430690#M430413</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2017-09-29T05:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to give background color to cell along with Values?(Not through Visual cues)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430691#M430414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the expression I gave you has to be written in the background color of the expression.&lt;/P&gt;&lt;P&gt;Nice, you got that done.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 07:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430691#M430414</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-09-29T07:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to give background color to cell along with Values?(Not through Visual cues)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430692#M430415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohhhh,previousely, I didnt get it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 09:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-give-background-color-to-cell-along-with-Values-Not/m-p/1430692#M430415</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2017-10-02T09:32:34Z</dc:date>
    </item>
  </channel>
</rss>

