<?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 - Set Analysis Previous And Current Selecions in X Axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148556#M916828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you very much!!! It is exactly what I need.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2016 13:49:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-16T13:49:20Z</dc:date>
    <item>
      <title>Stacked Bar Chart - Set Analysis Previous And Current Selecions in X Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148552#M916824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi everybody,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a stacked bar chart that shows in X axis the previous and the current selections and the sum of the values of each product in Y axis. Attached are the qlikview file with my data and an example of the chart I want to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also would like to know if it is possible to show the value of the selecions (Month 01, Month 02, Month 03) instead of "Previous" and "Current".&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, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148552#M916824</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Set Analysis Previous And Current Selecions in X Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148553#M916825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it if you add a calculated dimension and replace both expressions with one expression. The calculated dimension you need to add is &lt;EM&gt;=ValueList('Previous Selection','Current Selection')&lt;/EM&gt;. This must be the first dimension in the chart so promote it to the top spot. The single expression you need to use is this one:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(ValueList('Previous Selection','Current Selection')='Current Selection',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(Value),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM({$1}Value)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Remove any other expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 05:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148553#M916825</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-16T05:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Set Analysis Previous And Current Selecions in X Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148554#M916826</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;just added touch up to Gysbert suggestion.Hope this serves your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 06:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148554#M916826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T06:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Set Analysis Previous And Current Selecions in X Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148555#M916827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!!! It is exactly what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 13:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148555#M916827</guid>
      <dc:creator />
      <dc:date>2016-05-16T13:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Set Analysis Previous And Current Selecions in X Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148556#M916828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you very much!!! It is exactly what I need.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 13:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Set-Analysis-Previous-And-Current-Selecions-in/m-p/1148556#M916828</guid>
      <dc:creator />
      <dc:date>2016-05-16T13:49:20Z</dc:date>
    </item>
  </channel>
</rss>

