<?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: Bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582368#M442993</link>
    <description>&lt;P&gt;Create the chart using 2 dimensions, one for company and one for region.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use a enable condition on the region dimension, IF(ISNULL(GetFieldSelections(region)),0,1). That will make the dimension only appear when a selection is made.&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 17:30:20 GMT</pubDate>
    <dc:creator>cbusheybd</dc:creator>
    <dc:date>2019-05-20T17:30:20Z</dc:date>
    <item>
      <title>Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582358#M442992</link>
      <description>&lt;P&gt;I'm fairly new to Qlikview so please bear with me...&lt;/P&gt;&lt;P&gt;In a very simple world, let's say I have a bar chart to show total sales and total expenses, and I have a list box to choose a region (or not). If a region is selected, then the bar chart will show just total sales and total expenses for that region and if nothing is selected then I'd like the bar chart to show total sales and total expenses for the whole company. I don't really want to see all the regions in the chart. So in a way, I always want to see only two bars, one for total sales and one for total expenses. They could represent either the company or just one region.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 16:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582358#M442992</guid>
      <dc:creator>sharon_siao</dc:creator>
      <dc:date>2019-05-20T16:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582368#M442993</link>
      <description>&lt;P&gt;Create the chart using 2 dimensions, one for company and one for region.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use a enable condition on the region dimension, IF(ISNULL(GetFieldSelections(region)),0,1). That will make the dimension only appear when a selection is made.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 17:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582368#M442993</guid>
      <dc:creator>cbusheybd</dc:creator>
      <dc:date>2019-05-20T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582386#M442995</link>
      <description>&lt;P&gt;Thank you, this is indeed the way to go.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 18:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582386#M442995</guid>
      <dc:creator>sharon_siao</dc:creator>
      <dc:date>2019-05-20T18:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582881#M443026</link>
      <description>&lt;P&gt;I have another question for Cbusheybd as what I'm seeing is probably related to the solution I implemented.&lt;/P&gt;&lt;P&gt;Now that I have done as you suggested, I see some quirky behavior. My chart is a bar chart (Subtype Grouped in Style). When I pick no region in filter, I see the company numbers correctly as Grouped, but when I pick a region, the chart becomes Stacked. Any idea? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 15:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582881#M443026</guid>
      <dc:creator>sharon_siao</dc:creator>
      <dc:date>2019-05-21T15:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582906#M443027</link>
      <description>&lt;P&gt;The chart subtype shouldn't be impacted by an enable condition on the dimension.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you attach some screenshots of the chart and its properties so I can try to replicate?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 15:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582906#M443027</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2019-05-21T15:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582914#M443029</link>
      <description>&lt;P&gt;Hi, I attached a word doc with screenshots. Let me know what you think. Or need to see anything else. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 15:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582914#M443029</guid>
      <dc:creator>sharon_siao</dc:creator>
      <dc:date>2019-05-21T15:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582926#M443034</link>
      <description>&lt;P&gt;Ok so I thought about this a little more and I think there is probably a simpler solution.&lt;/P&gt;&lt;P&gt;Why not just remove the dimensions all together and have the expressions do there calculations across the whole population (assuming you have 1 company in the data)? If you do this, then with no selections made you will have the totals you expect for the company and when you make a selection on a particular region, those calculations will change to be only for that region.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 16:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582926#M443034</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2019-05-21T16:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582938#M443036</link>
      <description>&lt;P&gt;Yes! I was totally missing the forest for the trees. I had 'region' as a dimension, and then couldn't figure out how not to see all the data points for region dimension, so came here to post the original question. Your simple solution works just fine. Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 17:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart/m-p/1582938#M443036</guid>
      <dc:creator>sharon_siao</dc:creator>
      <dc:date>2019-05-21T17:15:37Z</dc:date>
    </item>
  </channel>
</rss>

