<?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: Comparing 2 bar charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460616#M563185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm.... now that I think about it, I might have to do these in a chart only, not in a loading of tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me ask you this - is it possible to do 2 expressions in the chart (showing my "letter" and "payment" bars for each month), and then somehow tell the chart to only show the lowest value/bar for each month, and "remove" the other?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would completely solve this issue for me, if there's a way to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2013 20:14:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-21T20:14:32Z</dc:date>
    <item>
      <title>Comparing 2 bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460612#M563181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey smart people. A question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 bar charts, tracking 2 different things - one is a "letter sent" chart, and one is a "payment sent" chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of these charts measure pretty much the same thing: letters must be sent out within 60 days of receiving them, and payments also must be sent out within 60 days of receiving them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are all linked to unique ID's. so, for instance: ID number 1234 has a record on the payment bar chart. It also has a record on the letters bar chart. They were both handled in a timely fashion (sent out within 60 days of notice to send), and all is well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we have 100 different ID's, and they all were sent in a timely fashion, the bar chart shows 100% for that month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, here's the question....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to make a bar chart which only shows the WORST of these results. For instance, in the month of October, if we were at 100% for the letters, but only 90% for the payments, the bar chart should only show the 90% for the payments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user only wants to see the worst results for that month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this? Perhaps make a 3rd chart, which says to take the lowest percentage of the 2 charts I have, based on month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or can I do all of this behind the scenes, and only show the one chart with the "worst results"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 18:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460612#M563181</guid>
      <dc:creator />
      <dc:date>2013-02-21T18:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460613#M563182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first sight you need a third table done as inner join between the previous two in order to share only common ID's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you are sure to have the minimum set of data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 19:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460613#M563182</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-21T19:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460614#M563183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Would you be able to possibly toss an example inner join statement at me, that might cover this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 19:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460614#M563183</guid>
      <dc:creator />
      <dc:date>2013-02-21T19:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460615#M563184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2&lt;/P&gt;&lt;P&gt;resident TAB1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field4&lt;/P&gt;&lt;P&gt;resident TAB2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the tables are now linked by the same ID's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 20:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460615#M563184</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-21T20:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460616#M563185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm.... now that I think about it, I might have to do these in a chart only, not in a loading of tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me ask you this - is it possible to do 2 expressions in the chart (showing my "letter" and "payment" bars for each month), and then somehow tell the chart to only show the lowest value/bar for each month, and "remove" the other?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would completely solve this issue for me, if there's a way to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 20:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460616#M563185</guid>
      <dc:creator />
      <dc:date>2013-02-21T20:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460617#M563186</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;&lt;/P&gt;&lt;P&gt;Can you please share a test application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/info.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 20:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460617#M563186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-21T20:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing 2 bar charts</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460618#M563187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind guys - I got it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 20:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-2-bar-charts/m-p/460618#M563187</guid>
      <dc:creator />
      <dc:date>2013-02-21T20:53:36Z</dc:date>
    </item>
  </channel>
</rss>

