<?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: Stacked bar chart color coding in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333450#M411673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, the sort stays the same. Only the size of the section in the bar will change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2017 20:06:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-27T20:06:31Z</dc:date>
    <item>
      <title>Stacked bar chart color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333448#M411671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a stacked bar chart using 2 dimensions and 1 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dimensions are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Left(MileStoneCategory,1)&amp;amp;Right(MileStoneCategory,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MileStoneStatus_FILTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM((Count(MileStoneStatus)/Count(Total {&amp;lt;MileStoneCategory={'Milestone1'}&amp;gt;} MileStoneStatus)),'##.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MileStoneCategory field has the values - Milestone 1, Milestone 2,Milestone 3,Milestone 4,Milestone 5,Milestone 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MileStoneStatus field has the values which are color coded for the stacked bar chart --&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Completed (black)&lt;/P&gt;&lt;P&gt;Partial (blue)&lt;/P&gt;&lt;P&gt;Not Complete (green)&lt;/P&gt;&lt;P&gt;Not Met (grey)&lt;/P&gt;&lt;P&gt;Not Applicable (light grey)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order of each bar must be like the above according to data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Sort tab, it is sorted to the MileStoneStatus dimension by Ascending in Expression --&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({1}IF(MileStoneStatus = 'Not Applicable', 1,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;IF(MileStoneStatus = 'Not Met', 2,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;IF(MileStoneStatus = 'Not Complete', 3,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;IF(MileStoneStatus = 'Partial', 4, &lt;/P&gt;&lt;P&gt;IF(MileStoneStatus = 'Complete', 5, &lt;/P&gt;&lt;P&gt;)))))) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 19:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333448#M411671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T19:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked bar chart color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333449#M411672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the sort change based on selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 19:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333449#M411672</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-27T19:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked bar chart color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333450#M411673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, the sort stays the same. Only the size of the section in the bar will change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333450#M411673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T20:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked bar chart color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333451#M411674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but what is the issue? Sort changing or value changing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333451#M411674</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-27T20:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked bar chart color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333452#M411675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is that the sorting of the color is changing. It is suppose to stay in the same order. Top of the bar is Not Applicable&amp;nbsp; - light grey, then grey, green, blue and bottom of the bar is Complete - Black. Like it shows in the legend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333452#M411675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T20:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked bar chart color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333453#M411676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if it makes a difference, but try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Match(Only({1} MileStoneStatus), 'Not Applicable', 'Not Met', 'Not Complete', 'Partial', 'Complete')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333453#M411676</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-27T20:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked bar chart color coding</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333454#M411677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that option. It din't make a difference. I tried using the Background Color of the field. Any ideas on that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 00:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-bar-chart-color-coding/m-p/1333454#M411677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-28T00:11:50Z</dc:date>
    </item>
  </channel>
</rss>

