<?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: Forecast vs. Shipped Volume - Joining 2 Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forecast-vs-Shipped-Volume-Joining-2-Tables/m-p/654371#M672509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does indeed help... many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2014 15:29:48 GMT</pubDate>
    <dc:creator>danielle_v</dc:creator>
    <dc:date>2014-08-29T15:29:48Z</dc:date>
    <item>
      <title>Forecast vs. Shipped Volume - Joining 2 Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-vs-Shipped-Volume-Joining-2-Tables/m-p/654369#M672507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to do some analysis around forecasted vs. shipped volumes. The shipped volumes are basically the sum of units shipped by month and country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The forecasted volumes are read in from an external Excel spreadsheet, and are also set out in a similar way, showing the forecasted units by month and country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to join these 2 tables together using a key based on month and country, so that I can output the figures as follows, showing the forecasted vs. shipped volumes by country and month;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Country&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Month&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Forecast&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Shipped&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;India&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;May 14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;700&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;China&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;May 14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Turkey&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;May 14&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;800&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;900&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem comes where there is a country/month combination in one of the tables but not the other - for example if there was volumes forecasted to ship from China in Jun 14 but nothing shipped, or vice versa. Basically, I need to show all combinations of month and country, whether they appear in one or both of the tables. I believe if I left join one table to the other, I will only get values for the country/months that appear in the first table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 15:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-vs-Shipped-Volume-Joining-2-Tables/m-p/654369#M672507</guid>
      <dc:creator>danielle_v</dc:creator>
      <dc:date>2014-08-26T15:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast vs. Shipped Volume - Joining 2 Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-vs-Shipped-Volume-Joining-2-Tables/m-p/654370#M672508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danielle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to concatenate your two tables together rather than join. Load each one with a measure type field (for Shipped and Forecast). Then you can use that measure type field within each of your expressions to give your value split (or pivot and drag measure type up within your table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Country,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Amount,&lt;/P&gt;&lt;P&gt;'Forecast' as Measure_type&lt;/P&gt;&lt;P&gt;From xxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Fact)&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;Country,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Amount,&lt;/P&gt;&lt;P&gt;'Shipped' as Measure_type&lt;/P&gt;&lt;P&gt;From xxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 16:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-vs-Shipped-Volume-Joining-2-Tables/m-p/654370#M672508</guid>
      <dc:creator />
      <dc:date>2014-08-26T16:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast vs. Shipped Volume - Joining 2 Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-vs-Shipped-Volume-Joining-2-Tables/m-p/654371#M672509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does indeed help... many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 15:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-vs-Shipped-Volume-Joining-2-Tables/m-p/654371#M672509</guid>
      <dc:creator>danielle_v</dc:creator>
      <dc:date>2014-08-29T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast vs. Shipped Volume - Joining 2 Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-vs-Shipped-Volume-Joining-2-Tables/m-p/654372#M672510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no worries, glad to help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 15:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-vs-Shipped-Volume-Joining-2-Tables/m-p/654372#M672510</guid>
      <dc:creator />
      <dc:date>2014-08-29T15:45:58Z</dc:date>
    </item>
  </channel>
</rss>

