<?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: Expression  background color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405239#M815676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Requirement is simple...&lt;/P&gt;&lt;P&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;if i click on that "Non Aging" .. i need 3 different Green in the next chart (that appears from my Drill down Dimension) and same way... when i click on "Aging".. 3 different red color should appear in the next view of that..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2017 07:52:15 GMT</pubDate>
    <dc:creator>bharani8</dc:creator>
    <dc:date>2017-09-13T07:52:15Z</dc:date>
    <item>
      <title>Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405232#M815669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts - In the attached qvw... i have an Drill down as Dimension...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the chart... For the "Aging" the bar should appear as Red color and for "Non Aging" Bar color should be Green..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While we click on "Aging" (as it is Drill down), i need the next 3 bars in 3 different color (any color) ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and same logic while clicking on "Non Aging" as well.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with If condition .. but not coming as expected.. Plz Help..&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/Expression-background-color/m-p/1405232#M815669</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405233#M815670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be enable option "Multicolored" in colors tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405233#M815670</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T07:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405234#M815671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil - That will work... But in my DB... if i click on that "Non Aging" .. i need 3 different Green in the next chart (that appears from my Drill down Dimension) and same way... when i click on "Aging".. 3 different red color should appear in the next view of that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405234#M815671</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-13T07:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405235#M815672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i thought, It should this for BG color. PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetCurrentField([Aging_DD]) = 'Aging_Bucket1', Green())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405235#M815672</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T07:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405236#M815673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used the below in my Background color in Expression.. Still.. 61-90 bucket i dont see it is getting reflected to Yellow &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Aging_Bucket2 = 'Non Aging' ,RGB(77,167,65),&lt;/P&gt;&lt;P&gt;if(Aging_Bucket2 = 'Aging',RGB(255,0,0),&lt;/P&gt;&lt;P&gt;if (Aging_Bucket1 = '&amp;gt;365' , RGB(255,0,0),&lt;/P&gt;&lt;P&gt;if (Aging_Bucket1 = '181-365', RGB(250,70,70),&lt;/P&gt;&lt;P&gt;if (Aging_Bucket1 = '91-180', RGB(252,115,98),&lt;/P&gt;&lt;P&gt;if (Aging_Bucket = '&amp;gt;90' , RGB(255,0,0),&lt;/P&gt;&lt;P&gt;if (Aging_Bucket1 = '61-90' or Aging_Bucket = '61-90', RGB(255,255,0),&lt;/P&gt;&lt;P&gt;if (Aging_Bucket1 = '31-60' or Aging_Bucket = '31-60', RGB(77,167,65),&lt;/P&gt;&lt;P&gt;if (Aging_Bucket1 = '0-30' or Aging_Bucket = '0-30', RGB(77,200,65))))))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405236#M815673</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-13T07:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405237#M815674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Aging_Bucket &lt;/SPAN&gt; a valid field? Its not available in your sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405237#M815674</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-09-13T07:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405238#M815675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are Right.. Ignore that field... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Apologies for the confusion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405238#M815675</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-13T07:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405239#M815676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Requirement is simple...&lt;/P&gt;&lt;P&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;if i click on that "Non Aging" .. i need 3 different Green in the next chart (that appears from my Drill down Dimension) and same way... when i click on "Aging".. 3 different red color should appear in the next view of that..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405239#M815676</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-13T07:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405240#M815677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you check my file? Does this not helpful to you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405240#M815677</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T08:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405241#M815678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Anil... My requirement is diff..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Non Aging" should be Green color and "Aging" should be Red color&lt;/P&gt;&lt;P&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;if i click on that "Non Aging" .. i need 3 different Green in the next chart (that appears from my Drill down Dimension) and same way... when i click on "Aging".. 3 different red color should appear in the next view of that..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405241#M815678</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-13T08:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405242#M815679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark it as helpful and that link up to helpers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405242#M815679</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T08:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405243#M815680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used this, If you don't have license&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Aging_Bucket2, 'Aging') and GetCurrentField([Aging_DD]) = 'Aging_Bucket1',&amp;nbsp; Green(), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Aging_Bucket2, 'Non Aging') and GetCurrentField([Aging_DD]) = 'Aging_Bucket1',&amp;nbsp; Red(), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405243#M815680</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T08:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405244#M815681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But Aging and Non Agng Bars i see in Blue itself...cant we change that to Red and Green?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405244#M815681</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-13T08:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405245#M815682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405245#M815682</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T08:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405246#M815683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect... Now in that "61-90" bucket alone i need to be in yellow.. Is that possible ? Rest all should be same..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405246#M815683</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-13T08:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405247#M815684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can write if(..else....elseif...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(Match(Aging_Bucket2, 'Aging') and GetCurrentField([Aging_DD]) = 'Aging_Bucket1',&amp;nbsp; Green(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(Match(Aging_Bucket2, 'Non Aging') and GetCurrentField([Aging_DD]) = 'Aging_Bucket1',&amp;nbsp; Red()&lt;SPAN style="color: #ff0000;"&gt;, Yellow()&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405247#M815684</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T08:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405248#M815685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Working... Now i see Aging and Non Aging Bars in Yellow &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405248#M815685</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-13T08:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405249#M815686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405249#M815686</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-09-13T08:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405250#M815687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Bad? PFA.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405250#M815687</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T08:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression  background color</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405251#M815688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="sample.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176356_sample.PNG" style="height: 157px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 08:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-background-color/m-p/1405251#M815688</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-09-13T08:54:24Z</dc:date>
    </item>
  </channel>
</rss>

