<?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: Display data from 2 tables into single one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625433#M230021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at your data, I think you can just name both periods as "Period" and live with the synthetic key. If you can't live with the syn key, you can build a link table to replace it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or...just join the two tables together. They are the same granularity so that should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Actual:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Customer, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Period, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue as Revenue_act&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[test.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Actuals);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;JOIN (Actual)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Customer, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Period,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue as Revenue_Bud&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[test.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Budget);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Feb 2014 19:40:30 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2014-02-24T19:40:30Z</dc:date>
    <item>
      <title>Display data from 2 tables into single one</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625430#M230018</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;Not sure that question subject is telling you sonething or not but I'll decribe my question:&lt;/P&gt;&lt;P&gt;I have imported 2 excel tables into QV so one is Actuals and the other is Budget. I want to create a variance table which will make difference between "Actual revenue" from Actuals and "Budgeted revenue" from Budget table. Revenue is split by Customer and Month. My proble is that I might have Budget for a customer which is not in actual in specific month so automatically that revenue will not be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help, if needed I can upload example database.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 18:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625430#M230018</guid>
      <dc:creator />
      <dc:date>2014-02-24T18:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display data from 2 tables into single one</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625431#M230019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually the best solution is to concatenate the two tables, and use &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Actuals' as Type&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Budget' as Type&lt;/P&gt;&lt;P&gt;in the two tables. The "Type" field can be used in Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 19:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625431#M230019</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-24T19:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display data from 2 tables into single one</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625432#M230020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to this so don't quite understand what is that Type.&lt;/P&gt;&lt;P&gt;I attached sample files so in Jan customer D is missing and in Feb customer A is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreaciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 19:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625432#M230020</guid>
      <dc:creator />
      <dc:date>2014-02-24T19:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display data from 2 tables into single one</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625433#M230021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at your data, I think you can just name both periods as "Period" and live with the synthetic key. If you can't live with the syn key, you can build a link table to replace it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or...just join the two tables together. They are the same granularity so that should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Actual:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Customer, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Period, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue as Revenue_act&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[test.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Actuals);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;JOIN (Actual)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Customer, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Period,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue as Revenue_Bud&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[test.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Budget);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 19:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625433#M230021</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-02-24T19:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display data from 2 tables into single one</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625434#M230022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied your answer to our business model and it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for this simple and great solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 13:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-from-2-tables-into-single-one/m-p/625434#M230022</guid>
      <dc:creator />
      <dc:date>2014-02-25T13:36:59Z</dc:date>
    </item>
  </channel>
</rss>

