<?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 Color Expression for stacked bar graph not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883825#M469937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an issues apply colors correctly to a stacked bar chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always want to show 2 years of data, I get that done&lt;/P&gt;&lt;P&gt;I want to apply colors based on a field, that works when ... either everything is selected or nothing is selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a file to show what I mean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 15:26:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-12T15:26:48Z</dc:date>
    <item>
      <title>Color Expression for stacked bar graph not working</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883825#M469937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an issues apply colors correctly to a stacked bar chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always want to show 2 years of data, I get that done&lt;/P&gt;&lt;P&gt;I want to apply colors based on a field, that works when ... either everything is selected or nothing is selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a file to show what I mean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883825#M469937</guid>
      <dc:creator />
      <dc:date>2015-06-12T15:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Color Expression for stacked bar graph not working</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883826#M469938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;only({1}&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;IF(group = 'A',RGB(84,130,53),&lt;/P&gt;&lt;P&gt;IF(group = 'B', RGB(101,156,64),&lt;/P&gt;&lt;P&gt;IF(group = 'C', RGB(121,187,76),&lt;/P&gt;&lt;P&gt;IF(group = 'D', RGB(145,224,92)))))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883826#M469938</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-12T15:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Color Expression for stacked bar graph not working</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883827#M469939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you maybe expand on the use of that ONLY({1} )??&lt;/P&gt;&lt;P&gt;I'm new to qlik and not familiar with it's uses&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883827#M469939</guid>
      <dc:creator />
      <dc:date>2015-06-12T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Color Expression for stacked bar graph not working</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883828#M469940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The set expression (have a look at chapter 'set analysis' in the Help) with set identifier 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{1} &lt;/STRONG&gt;is forcing QV to ignore all user selections for that aggregation.&lt;/P&gt;&lt;P&gt;You can use set expressions only within aggregation functions like sum(), count(), and yes, only().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883828#M469940</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-12T15:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Color Expression for stacked bar graph not working</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883829#M469941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I get the set analysis part of {1} to ignore all selections.&amp;nbsp; I guess I'm not familiar with the aggregation is only()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Expression-for-stacked-bar-graph-not-working/m-p/883829#M469941</guid>
      <dc:creator />
      <dc:date>2015-06-12T15:56:36Z</dc:date>
    </item>
  </channel>
</rss>

