<?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: Chart question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558721#M549006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following on from Chris's answer, you need to click on the little + next to the expression in the expressions tab, then choose Background Colour&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 11:01:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-27T11:01:35Z</dc:date>
    <item>
      <title>Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558714#M548999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart where I want to set the colours to red or greeen.&amp;nbsp; Red if the 'follow up year' is &amp;lt;2014 and Green if &amp;gt;=2014. &lt;/P&gt;&lt;P&gt;Then the same for the month ie; if it's Feb in 2014 I want Jan to be red and the other months green. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense, look forward to you advice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558714#M548999</guid>
      <dc:creator />
      <dc:date>2014-01-23T16:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558715#M549000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the background colour to set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (year=2014, red(), green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same for month but you should better set a variable with your last month-year (feb-2014 under date format 01/02/2014)&amp;nbsp; and compare to $(var)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558715#M549000</guid>
      <dc:creator />
      <dc:date>2014-01-23T16:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558716#M549001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't seem to be able to change it in the colour tab, does this need to be done in the script??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52139_Untitled.png" style="width: 620px; height: 388px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 10:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558716#M549001</guid>
      <dc:creator />
      <dc:date>2014-01-27T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558717#M549002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the background to modify is in tab "Expression"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result gives something like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/52146_pastedImage_1.png" style="width: 620px; height: 235px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 10:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558717#M549002</guid>
      <dc:creator />
      <dc:date>2014-01-27T10:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558718#M549003</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;On the charts Properties | Expressions tab, click the + sign next to the expression and enter the colour expression in the background colour option.The field Year must have a single possible value for each value of the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 10:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558718#M549003</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-01-27T10:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558719#M549004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you add the IF Statement here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-01-27_1100.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52148_2014-01-27_1100.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 11:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558719#M549004</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-27T11:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558720#M549005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Properties.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/52143_Properties.JPG.jpg" style="width: 620px; height: 545px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 11:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558720#M549005</guid>
      <dc:creator />
      <dc:date>2014-01-27T11:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558721#M549006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following on from Chris's answer, you need to click on the little + next to the expression in the expressions tab, then choose Background Colour&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 11:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558721#M549006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T11:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558722#M549007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara&lt;/P&gt;&lt;P&gt; You need to give condition in Background Color option :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/52149_pastedImage_1.png" style="width: 620px; height: 349px; float: left;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 11:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558722#M549007</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-01-27T11:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558723#M549008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally it's working!!!!&amp;nbsp; However, my 'others' column is red too and I want this grey.&amp;nbsp; Do I need to add another expression??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 11:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558723#M549008</guid>
      <dc:creator />
      <dc:date>2014-01-27T11:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558724#M549009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the App?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 11:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558724#M549009</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-27T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chart question</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558725#M549010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want all others grey but 1 red you set grey color as first color in "Colors" tab and just fix the background color expression (Tab Expression) with a condtion (if (fieldname = value, red())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's it&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 12:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-question/m-p/558725#M549010</guid>
      <dc:creator />
      <dc:date>2014-01-27T12:48:34Z</dc:date>
    </item>
  </channel>
</rss>

