<?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: Creating graph with 2 axis from multiple data sets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487289#M554559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming your Y axis is Value &amp;amp; Results.&amp;nbsp; What is your X axis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Sep 2013 19:16:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-05T19:16:15Z</dc:date>
    <item>
      <title>Creating graph with 2 axis from multiple data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487283#M554551</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;In this scenario, I have 3 tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNIQUEID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESULT&lt;/P&gt;&lt;P&gt;FROM TABLE1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNIQUEID&lt;/P&gt;&lt;P&gt;FROM TABLE2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNIQUEID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE&lt;/P&gt;&lt;P&gt;FROM TABLE3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These three tables contain values that are shared, the &lt;STRONG&gt;UNIQUEID&lt;/STRONG&gt; is shared between all three tables and the &lt;STRONG&gt;DATE&lt;/STRONG&gt; is shared between &lt;STRONG&gt;TABLE1&lt;/STRONG&gt; and &lt;STRONG&gt;TABLE2&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to plot a graph, that shows the &lt;STRONG&gt;RESULT&lt;/STRONG&gt; from &lt;STRONG&gt;TABLE1&lt;/STRONG&gt; and the &lt;STRONG&gt;VALUE&lt;/STRONG&gt; from &lt;STRONG&gt;TABLE3&lt;/STRONG&gt;, but &lt;STRONG&gt;ONLY&lt;/STRONG&gt; for those &lt;STRONG&gt;UNIQUEIDs&lt;/STRONG&gt; that are in &lt;STRONG&gt;TABLE2&lt;/STRONG&gt;. I assumed I needed to do some sort of JOIN first... But I'm not too certain. The graph should have 2 axis since the numerical value obtained from RESULT and VALUE would need their own respective scales. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487283#M554551</guid>
      <dc:creator />
      <dc:date>2013-09-05T14:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating graph with 2 axis from multiple data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487284#M554552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to manually do any type of linking.&amp;nbsp; If the fields are named the same in each table, QlikView will automatically link them.&amp;nbsp; If you want to make sure, look at the table viewer (CTRL+T) and you should see that all of your tables are linked by those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if the same fields are used in the tables, QlikView will automatically combine the two tables together so that they become just one table, so for your first two tables, this will most likely be the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487284#M554552</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-09-05T14:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating graph with 2 axis from multiple data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487285#M554553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I see that they are linked. However, when I try to have 2 axis (by going into Axes &amp;gt; Position and change one to Right(Top)), the graph doesn't render the first expression properly anymore. When the graph from the first expression will have multiple y values per x value, whilst the 2nd expression will be 1 to 1. The table would end up looking something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UniqueID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Result&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;8/5/13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 44&lt;/P&gt;&lt;P&gt;9/5/13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UniqueID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;9/5/13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE3:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UniqueID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;&lt;P&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;/P&gt;&lt;P&gt;123&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487285#M554553</guid>
      <dc:creator />
      <dc:date>2013-09-05T14:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating graph with 2 axis from multiple data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487286#M554554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an attached file with the scenario I outlined. Any help would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 18:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487286#M554554</guid>
      <dc:creator />
      <dc:date>2013-09-05T18:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Creating graph with 2 axis from multiple data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487287#M554555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't quite understand your question but attached is your graph plotted using 2 axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.... a little!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 19:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487287#M554555</guid>
      <dc:creator />
      <dc:date>2013-09-05T19:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Creating graph with 2 axis from multiple data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487288#M554556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for the reply &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;Let me try to clarify. I've attached a file to show what I would be looking for at the end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 19:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487288#M554556</guid>
      <dc:creator />
      <dc:date>2013-09-05T19:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating graph with 2 axis from multiple data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487289#M554559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming your Y axis is Value &amp;amp; Results.&amp;nbsp; What is your X axis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 19:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487289#M554559</guid>
      <dc:creator />
      <dc:date>2013-09-05T19:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Creating graph with 2 axis from multiple data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487290#M554560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is using Date as your X axis....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 19:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-graph-with-2-axis-from-multiple-data-sets/m-p/487290#M554560</guid>
      <dc:creator />
      <dc:date>2013-09-05T19:18:24Z</dc:date>
    </item>
  </channel>
</rss>

