<?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 add custom color on each expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126349#M370684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use visual cues property&lt;/P&gt;&lt;P&gt;u can get it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2016 04:13:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-04T04:13:50Z</dc:date>
    <item>
      <title>How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126342#M370677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a pivot table. problem is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to add custom background color on the expression, but i don;t know how. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- i have tried background color on in the expression tab - ends up it colored my data instead of the expression title(Cost A - Cost D).&lt;/P&gt;&lt;P&gt;- I have tried custom format cell as well, but i only want Cost A-D in blue and Cost E-G is Green. - ends up all in blue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So. Pls help! how to custom it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133535_sample.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126342#M370677</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-04T03:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126343#M370678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample app or the expression you are using for background color?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126343#M370678</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-04T03:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126344#M370679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Can u send ur Qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126344#M370679</guid>
      <dc:creator />
      <dc:date>2016-08-04T03:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126345#M370680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work in the background color of your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Expression_name='Cost A' or Expression_name='Cost B' , Blue() ,&lt;/P&gt;&lt;P&gt;if(Expression_name='Cost E', red()&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not, post a sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126345#M370680</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-08-04T03:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126346#M370681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok let me try it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126346#M370681</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-04T03:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126347#M370682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope. not working. maybe do you have a sample of your solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 04:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126347#M370682</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-04T04:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126348#M370683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a color wizard in background color of chart expression. My suggestion, play with it a bit and get use to it. Best practice would be to use variables to control color expressions. Logic can be used to control dimension or value threshold displays. Have a look at &lt;A href="https://community.qlikview.com/thread/73570" title="https://community.qlikview.com/thread/73570"&gt;https://community.qlikview.com/thread/73570&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-gw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 04:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126348#M370683</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2016-08-04T04:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126349#M370684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use visual cues property&lt;/P&gt;&lt;P&gt;u can get it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 04:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126349#M370684</guid>
      <dc:creator />
      <dc:date>2016-08-04T04:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126350#M370685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would basically need an expression used under the Background color on the dimension tab. I used the following expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(WildMatch(Cost, '*A', '*B', '*C', '*D'), LightBlue(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(WildMatch(Cost, '*E', '*F', '*G'), LightGreen()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133524_Capture.PNG" style="height: 187px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 04:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126350#M370685</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-04T04:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126351#M370686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny ! let me try it out, and will let you know about it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 05:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126351#M370686</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-04T05:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126352#M370687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;But My "Cost" is expression. So, can i still create a custom background color for each of the expression?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133540_error.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 05:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126352#M370687</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-04T05:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126353#M370688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;That makes your life a lot more easier. When you will click on the + sign next to your expression label, you will see Background color show up. For the expression A,B,C, &amp;amp;D add =Blue() and for E,F,G add =Green()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 06:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126353#M370688</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-04T06:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126354#M370689</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;store the rgb colors in variables like,light blue n green as per your wish.then use the these variables in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next as mentioned by others in above post, if you want background coloring of dimension then you should write the condition in dimension tab n then background coloring.If for expression then in expression background coloring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your expression,cab be like sunny or varsha, but would suggest try using pick and try to avoid if in expressions aswell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attach file if still facing problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 06:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126354#M370689</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2016-08-04T06:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126355#M370690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope. by applying the background, it did change the bg color to blue. but i wanted the Cost A(title/header) to have Blue background instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that Sunny?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133547_error.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 06:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126355#M370690</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-04T06:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to add custom color on each expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126356#M370691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok ..... is this one! Thanks!!!!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 06:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-custom-color-on-each-expression/m-p/1126356#M370691</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-04T06:49:04Z</dc:date>
    </item>
  </channel>
</rss>

