<?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: stack bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979159#M955540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked!&amp;nbsp; Thank you Adam!&amp;nbsp; I really appreciate your kind help.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Nov 2015 19:31:36 GMT</pubDate>
    <dc:creator>xarapre7</dc:creator>
    <dc:date>2015-11-11T19:31:36Z</dc:date>
    <item>
      <title>stack bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979155#M955536</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;I have the following for my dimension and expressions:&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;YearMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;Project Count=COUNT({&amp;lt;KO_DAY_KEY={'&amp;gt;0'}&amp;gt;} distinct&amp;nbsp; [Project ID]) &lt;/P&gt;&lt;P&gt;CycleTime=Avg(aggr(Avg(FIRST_CYCLE_TIME),[Project ID]))&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the Project Count which is in Bar chart to turn into a stack bar chart by different Statuses ('Completed', 'In Progress', 'Booked', etc).&amp;nbsp; What's the correct expression for the status?&lt;/P&gt;&lt;P&gt;Example: Project Count total for Sept 2015 = 7;&amp;nbsp; Wherein 3 = Booked, 3 = Completed and 1= Pending&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward for your kind help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 18:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979155#M955536</guid>
      <dc:creator>xarapre7</dc:creator>
      <dc:date>2015-11-11T18:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: stack bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979156#M955537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;question - what dimension contains the project status values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you will need to have 3 expressions - in your current expression add additional set analysis to include the status field and value (you will have 3).&amp;nbsp; On the style tab, set to stacked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 18:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979156#M955537</guid>
      <dc:creator />
      <dc:date>2015-11-11T18:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: stack bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979157#M955538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Project status values is in the Dimension 'Status'.&amp;nbsp; But I used dimension Go-Live Mth-Yr which is in cyclic group.&amp;nbsp; This is how i want it to look like except for those bars need to be stacked bars by status.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105209_Capture.JPG" style="height: 159px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 19:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979157#M955538</guid>
      <dc:creator>xarapre7</dc:creator>
      <dc:date>2015-11-11T19:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: stack bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979158#M955539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sounds like your dimension needs to stay how you have it and then you will have 3 expressions - all 3 would be duplicates of the expression you have but would included additional set analysis check for Status&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;KO_DAY_KEY={'&amp;gt;0'} , Status = {Completed}&amp;gt;} distinct&amp;nbsp; [Project ID])&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;KO_DAY_KEY={'&amp;gt;0'} , Status = {Booked}&amp;gt;} distinct&amp;nbsp; [Project ID])&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;KO_DAY_KEY={'&amp;gt;0'} , Status = {Pending}&amp;gt;} distinct&amp;nbsp; [Project ID])&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105202_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 19:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979158#M955539</guid>
      <dc:creator />
      <dc:date>2015-11-11T19:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: stack bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979159#M955540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked!&amp;nbsp; Thank you Adam!&amp;nbsp; I really appreciate your kind help.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 19:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/stack-bar-chart/m-p/979159#M955540</guid>
      <dc:creator>xarapre7</dc:creator>
      <dc:date>2015-11-11T19:31:36Z</dc:date>
    </item>
  </channel>
</rss>

