<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473432#M1152856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Product is not my dimension. My dimensions are 'weekdisplay' and 'cities'.ie. on X-axis it is 'weekdisplay' and on Y-axis it is sum(sales). This is stacked by cities. I have a listbox with 'Products' in it. Can u suggest something for this situation..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Apr 2013 14:04:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-23T14:04:49Z</dc:date>
    <item>
      <title>Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473430#M1152854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have created a bar chart with two dimensions- date and cities- and one expression (sales of products).And I have two listboxes- products and cities.&lt;/P&gt;&lt;P&gt; Now the problem is when nothing is selected, the bar chart is stacked with all cities the values are right but I only want it to be stacked if I select one of the values from the 'Cities' listbox.&lt;/P&gt;&lt;P&gt;e.g. when i select only 'product' and not 'cities' from the listboxes the bar chart should not be stacked. It should display in only one colour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 11:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473430#M1152854</guid>
      <dc:creator />
      <dc:date>2013-04-22T11:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473431#M1152855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QV11 you can use conditional display expressions to achieve this. For your product dimension you can use =alt(SubStringCount(GetCurrentSelections(),'Cities'),0) so the product dimension is disabled unless one or more cities are selected. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 16:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473431#M1152855</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-22T16:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473432#M1152856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Product is not my dimension. My dimensions are 'weekdisplay' and 'cities'.ie. on X-axis it is 'weekdisplay' and on Y-axis it is sum(sales). This is stacked by cities. I have a listbox with 'Products' in it. Can u suggest something for this situation..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473432#M1152856</guid>
      <dc:creator />
      <dc:date>2013-04-23T14:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473433#M1152857</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; May be yes, but Gysbert has given you an Idea how you can do. Try the same logic with your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Community is here to guide you, not to work for you right..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Give a try and let us know if still it doesnt solve what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473433#M1152857</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-23T14:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473434#M1152858</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 do not want product as a dimension as i do not want to stack the bar chart by products. Hence I cannot apply &lt;/P&gt;&lt;P&gt;Gysbert's suggestion. It would be great if u could suggest something else..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i used "=alt(SubStringCount(GetCurrentSelections(),'Product'),0)" for my 'Cities' dimension, however this doesn't stack the bar chart by Cities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 09:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473434#M1152858</guid>
      <dc:creator />
      <dc:date>2013-04-25T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473435#M1152859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't matter now.. I found the solution.. Thanks anyways.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 14:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/473435#M1152859</guid>
      <dc:creator />
      <dc:date>2013-04-25T14:05:58Z</dc:date>
    </item>
  </channel>
</rss>

