<?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 Partially stacked chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partially-stacked-chart/m-p/388850#M571359</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 am unable to solve a business graph. I have three measures (Amount, AmountPendingInvoice and Budget).The sales department has asked me a bar chart with 4 columns: prior to last year, the last year, current year + pending and budget similar to the picture below. This design is it possible with QV11?&lt;/P&gt;&lt;P&gt;I get with three different graphics. The problem is that the values ​​in each chart are not on the same scale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21538" class="jive-image-thumbnail jive-image" onclick="" alt="stack&amp;amp;group.JPG" src="https://community.qlik.com/legacyfs/online/21538_stack&amp;amp;group.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Sep 2012 19:24:00 GMT</pubDate>
    <dc:creator>joseluis_garcia</dc:creator>
    <dc:date>2012-09-09T19:24:00Z</dc:date>
    <item>
      <title>Partially stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/Partially-stacked-chart/m-p/388850#M571359</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 am unable to solve a business graph. I have three measures (Amount, AmountPendingInvoice and Budget).The sales department has asked me a bar chart with 4 columns: prior to last year, the last year, current year + pending and budget similar to the picture below. This design is it possible with QV11?&lt;/P&gt;&lt;P&gt;I get with three different graphics. The problem is that the values ​​in each chart are not on the same scale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21538" class="jive-image-thumbnail jive-image" onclick="" alt="stack&amp;amp;group.JPG" src="https://community.qlik.com/legacyfs/online/21538_stack&amp;amp;group.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2012 19:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partially-stacked-chart/m-p/388850#M571359</guid>
      <dc:creator>joseluis_garcia</dc:creator>
      <dc:date>2012-09-09T19:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Partially stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/Partially-stacked-chart/m-p/388851#M571360</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; Try valuelist function..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2012 20:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partially-stacked-chart/m-p/388851#M571360</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-09T20:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Partially stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/Partially-stacked-chart/m-p/388852#M571361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Imagine another dimension for that measure is 151,452 for sales and null() for others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 04:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partially-stacked-chart/m-p/388852#M571361</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-10T04:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Partially stacked chart</title>
      <link>https://community.qlik.com/t5/QlikView/Partially-stacked-chart/m-p/388853#M571362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;I created a dimension using &lt;STRONG&gt;Valuelist&lt;/STRONG&gt;:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1347818004839874" jivemacro_uid="_1347818004839874"&gt;&lt;P&gt;Measure = ValueList('LY2','LY','Sales','Budget','Forecast')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created sis expressions using &lt;STRONG&gt;pick:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13478181371408078" jivemacro_uid="_13478181371408078"&gt;&lt;P&gt;LY = pick(match(ValueList('LY2','LY','Sales','Budget','Forecast'),'LY2','LY','Sales','Budget','Forecast'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;// Year - 2&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year={$(=Max(Year)-2)}&amp;gt;}&amp;nbsp; Amount), &lt;/P&gt;&lt;P&gt;// Year - 1&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year={$(=Max(Year)-1)}&amp;gt;}&amp;nbsp; Amount), &lt;/P&gt;&lt;P&gt;// Sales&lt;/P&gt;&lt;P&gt;Null(), &lt;/P&gt;&lt;P&gt;// Budget&lt;/P&gt;&lt;P&gt;Null(), &lt;/P&gt;&lt;P&gt;// Forecast&lt;/P&gt;&lt;P&gt;Null()&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales=&lt;/P&gt;&lt;P&gt;pick(match(ValueList('LY2','LY','Sales','Budget','Forecast'),'LY2','LY','Sales','Budget','Forecast'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;// Year - 2&lt;/P&gt;&lt;P&gt;Null(), &lt;/P&gt;&lt;P&gt;// Year - 1&lt;/P&gt;&lt;P&gt;Null(), &lt;/P&gt;&lt;P&gt;// Sales&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year={$(=Max(Year))}&amp;gt;}&amp;nbsp; Amount), &lt;/P&gt;&lt;P&gt;// Budget&lt;/P&gt;&lt;P&gt;Null(), &lt;/P&gt;&lt;P&gt;// Forecast&lt;/P&gt;&lt;P&gt;Null()&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The resulting chart is this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="21920" class="jive-image-thumbnail jive-image" onclick="" alt="Captura.JPG" src="https://community.qlik.com/legacyfs/online/21920_Captura.JPG" width="450" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you both&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2012 18:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partially-stacked-chart/m-p/388853#M571362</guid>
      <dc:creator>joseluis_garcia</dc:creator>
      <dc:date>2012-09-16T18:01:25Z</dc:date>
    </item>
  </channel>
</rss>

