<?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 change of color on barchart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/change-of-color-on-barchart/m-p/94069#M15129</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;Have a simple combochart showing result vs budget with full ackumulation;&amp;nbsp; (bars is result, and line budget)&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209553_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Id like is that bars after july (since aug numbers isnt in yet) should be a diffrent shade. Ofcourse this should be dynamic so when its september, then okt and onward should be a diffrent shade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Made a small example with just the core numbers if you need something to play around with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2018 13:32:09 GMT</pubDate>
    <dc:creator>t_hylander</dc:creator>
    <dc:date>2018-08-01T13:32:09Z</dc:date>
    <item>
      <title>change of color on barchart</title>
      <link>https://community.qlik.com/t5/QlikView/change-of-color-on-barchart/m-p/94069#M15129</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;Have a simple combochart showing result vs budget with full ackumulation;&amp;nbsp; (bars is result, and line budget)&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209553_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Id like is that bars after july (since aug numbers isnt in yet) should be a diffrent shade. Ofcourse this should be dynamic so when its september, then okt and onward should be a diffrent shade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Made a small example with just the core numbers if you need something to play around with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 13:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-of-color-on-barchart/m-p/94069#M15129</guid>
      <dc:creator>t_hylander</dc:creator>
      <dc:date>2018-08-01T13:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: change of color on barchart</title>
      <link>https://community.qlik.com/t5/QlikView/change-of-color-on-barchart/m-p/94070#M15130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a background expression like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Month(Date#(Only({1} Month), 'MMM')) &amp;lt; Month(Today(1)), RGB(154, 198, 188), ARGB(100, 154, 198, 188))&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/209573_Capture.PNG" style="height: 229px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 13:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-of-color-on-barchart/m-p/94070#M15130</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-01T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: change of color on barchart</title>
      <link>https://community.qlik.com/t5/QlikView/change-of-color-on-barchart/m-p/94071#M15131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as BG color?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(MonthNum &amp;lt;= Num(Month(Today())), Green(), Yellow())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Where as MonthNum created by script like &lt;STRONG&gt;Num(Month(Date#(Month,'MMM')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 13:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-of-color-on-barchart/m-p/94071#M15131</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-08-01T13:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: change of color on barchart</title>
      <link>https://community.qlik.com/t5/QlikView/change-of-color-on-barchart/m-p/94072#M15132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Just what I wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 13:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-of-color-on-barchart/m-p/94072#M15132</guid>
      <dc:creator>t_hylander</dc:creator>
      <dc:date>2018-08-01T13:45:34Z</dc:date>
    </item>
  </channel>
</rss>

