<?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 Issue combining data from multiple QVD's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-combining-data-from-multiple-QVD-s/m-p/1731181#M452292</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Existing code: TRANS and MASTER auto join by C_KEY. Join to master is to get REGION&lt;BR /&gt;TRANS:&lt;BR /&gt;Load&lt;BR /&gt;C_KEY,&lt;BR /&gt;YEAR_MTH,&lt;BR /&gt;I_PAID,&lt;BR /&gt;A_PAID&lt;BR /&gt;FROM&lt;BR /&gt;ABC.qvd&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;MASTER:&lt;BR /&gt;Load&lt;BR /&gt;C_KEY,&lt;BR /&gt;REGION&lt;BR /&gt;FROM&lt;BR /&gt;ABC_MASTER.qvd&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;New qvd 'ABC_DB_2_TRANS' pulling data from a different database and it already has region in it.&lt;/P&gt;&lt;P&gt;DB_2_TRANS:&lt;BR /&gt;LOAD&lt;BR /&gt;YEAR_MTH,&lt;BR /&gt;I_PAID,&lt;BR /&gt;A_PAID,&lt;BR /&gt;REGION&lt;BR /&gt;FROM&lt;BR /&gt;ABC_DB_2_TRANS.qvd&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Issue: I want to join data from TRANS and DB_2_TRANS. But no C_KEY in DB_2_TRANS and REGION field already available in it.&lt;/P&gt;&lt;P&gt;How to join TRANS and DB-2_TRANS?&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2020 20:56:27 GMT</pubDate>
    <dc:creator>aarohipatel</dc:creator>
    <dc:date>2020-07-27T20:56:27Z</dc:date>
    <item>
      <title>Issue combining data from multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-combining-data-from-multiple-QVD-s/m-p/1731181#M452292</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Existing code: TRANS and MASTER auto join by C_KEY. Join to master is to get REGION&lt;BR /&gt;TRANS:&lt;BR /&gt;Load&lt;BR /&gt;C_KEY,&lt;BR /&gt;YEAR_MTH,&lt;BR /&gt;I_PAID,&lt;BR /&gt;A_PAID&lt;BR /&gt;FROM&lt;BR /&gt;ABC.qvd&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;MASTER:&lt;BR /&gt;Load&lt;BR /&gt;C_KEY,&lt;BR /&gt;REGION&lt;BR /&gt;FROM&lt;BR /&gt;ABC_MASTER.qvd&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;New qvd 'ABC_DB_2_TRANS' pulling data from a different database and it already has region in it.&lt;/P&gt;&lt;P&gt;DB_2_TRANS:&lt;BR /&gt;LOAD&lt;BR /&gt;YEAR_MTH,&lt;BR /&gt;I_PAID,&lt;BR /&gt;A_PAID,&lt;BR /&gt;REGION&lt;BR /&gt;FROM&lt;BR /&gt;ABC_DB_2_TRANS.qvd&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Issue: I want to join data from TRANS and DB_2_TRANS. But no C_KEY in DB_2_TRANS and REGION field already available in it.&lt;/P&gt;&lt;P&gt;How to join TRANS and DB-2_TRANS?&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 20:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-combining-data-from-multiple-QVD-s/m-p/1731181#M452292</guid>
      <dc:creator>aarohipatel</dc:creator>
      <dc:date>2020-07-27T20:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue combining data from multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-combining-data-from-multiple-QVD-s/m-p/1731196#M452295</link>
      <description>&lt;P&gt;Is it really necessary to join TRANS and&amp;nbsp;&lt;SPAN&gt;ABC_DB_2_TRANS? If so, you will need a proper KEY between these two table to get the region. Check how&amp;nbsp;ABC_DB_2_TRANS.qvd is created ? If it is created from a table which has C_KEY but not added to QVD then you can add a C_KEY and re create&amp;nbsp;ABC_DB_2_TRANS qvd and then perform join.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 21:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-combining-data-from-multiple-QVD-s/m-p/1731196#M452295</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-07-27T21:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue combining data from multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-combining-data-from-multiple-QVD-s/m-p/1731211#M452297</link>
      <description>&lt;P&gt;Hi Kush,&lt;/P&gt;&lt;P&gt;C_KEY is not available in the table from which&amp;nbsp;ABC_DB_2_TRANS.qvd is being created.&lt;/P&gt;&lt;P&gt;I joined TRANS and MASTER and created a new table and the&amp;nbsp; joined to DB_2_TRANS to the new table. Seems to be working fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 23:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-combining-data-from-multiple-QVD-s/m-p/1731211#M452297</guid>
      <dc:creator>aarohipatel</dc:creator>
      <dc:date>2020-07-27T23:25:43Z</dc:date>
    </item>
  </channel>
</rss>

