<?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: Setting bar chart colours based on dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Setting-bar-chart-colours-based-on-dimensions/m-p/540743#M552629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whatever expression/Dimension you created for chart , let say ABC&lt;/P&gt;&lt;P&gt;there will be + sign before it&lt;/P&gt;&lt;P&gt;looking like +ABC&lt;/P&gt;&lt;P&gt;please click on the + sign and you will get 4-5 option under it.&lt;BR /&gt;click on &lt;STRONG&gt;background&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Give condition if(getfieldselection(field name)='xyz',RED());&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 12:16:33 GMT</pubDate>
    <dc:creator>saumyashah90</dc:creator>
    <dc:date>2013-10-10T12:16:33Z</dc:date>
    <item>
      <title>Setting bar chart colours based on dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-bar-chart-colours-based-on-dimensions/m-p/540740#M552626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a bar chart showing a summed value across all the values of a text dimension. I would like to highlight/change the colour of one bar based on a selection filter. The chart is created using a set analysis - so the formula is SUM({$}Value). This creates a chart showing all the sum of Value for each dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have tried using a formula in the Background Colour option of the expression, and also using the formula in the 'Colors' tab. Neither if these seem to work... At the I'm using a static value to try and get it up and running - the formula I'm using is IF(Dimension='X',red(), yellow()) but it seems that the Dimension parameter isn't being passed through as all bars are yellow. Could this be because of set operator I'm using, or something else? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can't paste an example as I'm using sensitive data. Any help would be much appreciated though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 12:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-bar-chart-colours-based-on-dimensions/m-p/540740#M552626</guid>
      <dc:creator />
      <dc:date>2013-10-10T12:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting bar chart colours based on dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-bar-chart-colours-based-on-dimensions/m-p/540741#M552627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using "GetCurrentField(Group_Name)" you can achieve it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetCurrentField(Group_Name)='x',red(),yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 12:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-bar-chart-colours-based-on-dimensions/m-p/540741#M552627</guid>
      <dc:creator />
      <dc:date>2013-10-10T12:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Setting bar chart colours based on dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-bar-chart-colours-based-on-dimensions/m-p/540742#M552628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A background color expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Dim1 ='B',blue() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should work. Check attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 12:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-bar-chart-colours-based-on-dimensions/m-p/540742#M552628</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-10T12:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Setting bar chart colours based on dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-bar-chart-colours-based-on-dimensions/m-p/540743#M552629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whatever expression/Dimension you created for chart , let say ABC&lt;/P&gt;&lt;P&gt;there will be + sign before it&lt;/P&gt;&lt;P&gt;looking like +ABC&lt;/P&gt;&lt;P&gt;please click on the + sign and you will get 4-5 option under it.&lt;BR /&gt;click on &lt;STRONG&gt;background&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Give condition if(getfieldselection(field name)='xyz',RED());&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 12:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-bar-chart-colours-based-on-dimensions/m-p/540743#M552629</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-10T12:16:33Z</dc:date>
    </item>
  </channel>
</rss>

