<?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 How to create a bar graph with the same pseudo-variable appearing twice in the same table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-bar-graph-with-the-same-pseudo-variable/m-p/573563#M548679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have this problem:&lt;/P&gt;&lt;P&gt;I have a set of data with 2 variables IN and OUT, and their respective counters:&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;LOAD * INLINE [&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;ID, IN, OUT, COUNTIN, COUNTOUT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;1, , A, 0, 1&lt;BR /&gt;2, A, A, 1, 1&lt;BR /&gt;3, , B, 0, 1&lt;BR /&gt;4, B, B, 1, 1&lt;BR /&gt;5, A, C, 1, 1&lt;BR /&gt;6, , A, 0, 1&lt;BR /&gt;7, , C, 0, 1&lt;BR /&gt;8, C, C, 1, 1&lt;BR /&gt;9, A, A, 1, 1&lt;BR /&gt;10, A, B, 1, 1&lt;BR /&gt;11, , C, 0, 1&lt;BR /&gt;12, B, D, 1, 1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;I'd like to have a bar graph containing the proportion between the number of occurences of each group in IN and the number of occurences of this same group in OUT.&lt;BR /&gt;The dimension would be the group. So, the answer would be&lt;/P&gt;&lt;P&gt;A = 4/4&lt;BR /&gt;B = 2/3&lt;BR /&gt;C = 1/4&lt;/P&gt;&lt;P&gt;How can I make this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 16:14:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-27T16:14:19Z</dc:date>
    <item>
      <title>How to create a bar graph with the same pseudo-variable appearing twice in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-bar-graph-with-the-same-pseudo-variable/m-p/573563#M548679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have this problem:&lt;/P&gt;&lt;P&gt;I have a set of data with 2 variables IN and OUT, and their respective counters:&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;LOAD * INLINE [&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;ID, IN, OUT, COUNTIN, COUNTOUT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;1, , A, 0, 1&lt;BR /&gt;2, A, A, 1, 1&lt;BR /&gt;3, , B, 0, 1&lt;BR /&gt;4, B, B, 1, 1&lt;BR /&gt;5, A, C, 1, 1&lt;BR /&gt;6, , A, 0, 1&lt;BR /&gt;7, , C, 0, 1&lt;BR /&gt;8, C, C, 1, 1&lt;BR /&gt;9, A, A, 1, 1&lt;BR /&gt;10, A, B, 1, 1&lt;BR /&gt;11, , C, 0, 1&lt;BR /&gt;12, B, D, 1, 1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;I'd like to have a bar graph containing the proportion between the number of occurences of each group in IN and the number of occurences of this same group in OUT.&lt;BR /&gt;The dimension would be the group. So, the answer would be&lt;/P&gt;&lt;P&gt;A = 4/4&lt;BR /&gt;B = 2/3&lt;BR /&gt;C = 1/4&lt;/P&gt;&lt;P&gt;How can I make this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-bar-graph-with-the-same-pseudo-variable/m-p/573563#M548679</guid>
      <dc:creator />
      <dc:date>2014-01-27T16:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bar graph with the same pseudo-variable appearing twice in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-bar-graph-with-the-same-pseudo-variable/m-p/573564#M548680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the load script and chart in the attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-bar-graph-with-the-same-pseudo-variable/m-p/573564#M548680</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-27T16:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a bar graph with the same pseudo-variable appearing twice in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-bar-graph-with-the-same-pseudo-variable/m-p/573565#M548681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is my result, see atacchment for details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="123.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/52176_123.jpg" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-bar-graph-with-the-same-pseudo-variable/m-p/573565#M548681</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-27T16:29:02Z</dc:date>
    </item>
  </channel>
</rss>

