<?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: Grouped Bar Chart for a single column data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-Chart-for-a-single-column-data/m-p/62551#M773603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I can't group them like that because I need to be able to cross data between the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID, item1, item2, item3&lt;/P&gt;&lt;P&gt;1, A, A, B&lt;/P&gt;&lt;P&gt;2, B, A, B&lt;/P&gt;&lt;P&gt;3, A, C, B&lt;/P&gt;&lt;P&gt;4, C, C, A&lt;/P&gt;&lt;P&gt;5, A, C, C&lt;/P&gt;&lt;P&gt;6, B, A, C&lt;/P&gt;&lt;P&gt;7, B, C, B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I need to be able to filter between those columns, i.e.: "how does Item2 distributes among the ID's (rows) that have A in the column Item1?"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2018 19:01:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-08T19:01:19Z</dc:date>
    <item>
      <title>Grouped Bar Chart for a single column data</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-Chart-for-a-single-column-data/m-p/62549#M773595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm new to QlikView, but since I've read a lot of the manual and still can't do what I need, I had nowhere else to ask.&lt;/P&gt;&lt;P&gt;My question has 2 steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I have a column filled with A's, B's and C's, and I want a bar chart of their frequencies: a single bar that shows the proportion between those three factors. (A grouped bar chart for the column)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I actually have 10 columns like that, and I want a panel that shows one bars like the one described above for each column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible? What dimensions and what expressions should I write for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;English is not my mother tongue, I'm sorry for the mistakes I probably made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your attention.&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/Grouped-Bar-Chart-for-a-single-column-data/m-p/62549#M773595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar Chart for a single column data</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-Chart-for-a-single-column-data/m-p/62550#M773601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;!Using this data:&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Dept,Prod,Units&lt;/P&gt;&lt;P&gt;D1,A,10&lt;/P&gt;&lt;P&gt;D1,B,5,&lt;/P&gt;&lt;P&gt;D1,C,5,&lt;/P&gt;&lt;P&gt;D2,A,8,&lt;/P&gt;&lt;P&gt;D2,B,1,&lt;/P&gt;&lt;P&gt;D2,C,1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions are Dept,Prod&lt;/P&gt;&lt;P&gt;Expression is =Sum(Units)/Sum(Total &amp;lt;Dept&amp;gt;Units)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="StackedBarChart.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201730_StackedBarChart.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 18:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-Bar-Chart-for-a-single-column-data/m-p/62550#M773601</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-05-07T18:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar Chart for a single column data</title>
      <link>https://community.qlik.com/t5/QlikView/Grouped-Bar-Chart-for-a-single-column-data/m-p/62551#M773603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I can't group them like that because I need to be able to cross data between the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID, item1, item2, item3&lt;/P&gt;&lt;P&gt;1, A, A, B&lt;/P&gt;&lt;P&gt;2, B, A, B&lt;/P&gt;&lt;P&gt;3, A, C, B&lt;/P&gt;&lt;P&gt;4, C, C, A&lt;/P&gt;&lt;P&gt;5, A, C, C&lt;/P&gt;&lt;P&gt;6, B, A, C&lt;/P&gt;&lt;P&gt;7, B, C, B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I need to be able to filter between those columns, i.e.: "how does Item2 distributes among the ID's (rows) that have A in the column Item1?"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 19:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouped-Bar-Chart-for-a-single-column-data/m-p/62551#M773603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T19:01:19Z</dc:date>
    </item>
  </channel>
</rss>

