<?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: Bar chart background color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383755#M512842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent!! Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2017 12:29:16 GMT</pubDate>
    <dc:creator>shanky1907</dc:creator>
    <dc:date>2017-10-31T12:29:16Z</dc:date>
    <item>
      <title>Bar chart background color</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383752#M512839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with my Bar chart like:&lt;/P&gt;&lt;P&gt;1) I have a Dimension as 'Category'.&lt;/P&gt;&lt;P&gt;2)In the expression, i have given specific colors(in the background color of the expression) to every bar according to value of the Dimension as:&lt;/P&gt;&lt;P&gt;=Pick(Match(Category,'Your Company','Your Customers','Your Processes','Your Responsibilities','Your Role','Overseer'),rgb(241,115,115),rgb(98,176,255),rgb(255,140,55),rgb(0,101,149),rgb(11,147,116),rgb(126,138,146))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)It works perfectly fine wheni select any month which has data for it. But when there is not data in the moneht selected then all bars show single default color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to keep the color as it required if there is no data also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*NOTE: In my expression i am calculating rolling YTD data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 12:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383752#M512839</guid>
      <dc:creator>shanky1907</dc:creator>
      <dc:date>2017-10-31T12:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart background color</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383753#M512840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this&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;=Pick(Match(Only({1}Category),'Your Company','Your Customers','Your Processes','Your Responsibilities','Your Role','Overseer'),rgb(241,115,115),rgb(98,176,255),rgb(255,140,55),rgb(0,101,149),rgb(11,147,116),rgb(126,138,146))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 12:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383753#M512840</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-10-31T12:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart background color</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383754#M512841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(Match(&lt;SPAN style="color: #ff0000;"&gt;Only({1}&lt;/SPAN&gt; Category&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;, 'Your Company', 'Your Customers', 'Your Processes', 'Your Responsibilities', 'Your Role', 'Overseer'), RGB(241,115,115), &lt;STRONG style="font-size: 13.3333px;"&gt;RGB&lt;/STRONG&gt;(98,176,255), &lt;STRONG style="font-size: 13.3333px;"&gt;RGB&lt;/STRONG&gt;(255,140,55), &lt;STRONG style="font-size: 13.3333px;"&gt;RGB&lt;/STRONG&gt;(0,101,149), &lt;STRONG style="font-size: 13.3333px;"&gt;RGB&lt;/STRONG&gt;(11,147,116), &lt;STRONG style="font-size: 13.3333px;"&gt;RGB&lt;/STRONG&gt;(126,138,146))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 12:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383754#M512841</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-31T12:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart background color</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383755#M512842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent!! Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 12:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383755#M512842</guid>
      <dc:creator>shanky1907</dc:creator>
      <dc:date>2017-10-31T12:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart background color</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383756#M512843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Sunny for the quick response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 12:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-background-color/m-p/1383756#M512843</guid>
      <dc:creator>shanky1907</dc:creator>
      <dc:date>2017-10-31T12:29:32Z</dc:date>
    </item>
  </channel>
</rss>

