<?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: Integrate Data from different databases into one database in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Integrate-Data-from-different-databases-into-one-database-in-the/m-p/1211059#M388452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply concatenate the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT ...etc to DB1 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD * FROM DB1_source_table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT ...etc to DB2 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (MyTable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM DB2_other_source_table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Nov 2016 12:09:36 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-11-07T12:09:36Z</dc:date>
    <item>
      <title>Integrate Data from different databases into one database in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-Data-from-different-databases-into-one-database-in-the/m-p/1211058#M388451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any possibily to integrate via the script one database in another database in which the attributes are a bit different?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;DB I&lt;/P&gt;&lt;P&gt;These are my attribute which I usually use in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="1992"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="166"&gt;RecID&lt;/TD&gt;&lt;TD width="166"&gt;FirstName&lt;/TD&gt;&lt;TD width="166"&gt;MiddleName&lt;/TD&gt;&lt;TD width="166"&gt;LastName&lt;/TD&gt;&lt;TD width="166"&gt;Address&lt;/TD&gt;&lt;TD width="166"&gt;City&lt;/TD&gt;&lt;TD width="166"&gt;State&lt;/TD&gt;&lt;TD width="166"&gt;ZIP&lt;/TD&gt;&lt;TD width="166"&gt;POBox&lt;/TD&gt;&lt;TD width="166"&gt;POCityStateZip&lt;/TD&gt;&lt;TD width="166"&gt;SSN&lt;/TD&gt;&lt;TD width="166"&gt;DOB&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB II&lt;/P&gt;&lt;P&gt;Now I always get different types of databases from our customers which are almost the same. The attributes look like this:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="1512"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="189"&gt;RecID&lt;/TD&gt;&lt;TD width="189"&gt;Name&lt;/TD&gt;&lt;TD width="189"&gt;Address&lt;/TD&gt;&lt;TD width="189"&gt;City State Zip&lt;/TD&gt;&lt;TD width="189"&gt;PO Box&lt;/TD&gt;&lt;TD width="189"&gt;POCity State Zip&lt;/TD&gt;&lt;TD width="189"&gt;SSN&lt;/TD&gt;&lt;TD width="189"&gt;DOB&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the second DB, you' ll see that the attributes are summarized or have different names for example&amp;nbsp; Name is not sepperated in FirstName, MiddleName and LastName, City State Zip is one attribute etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we solve the integration from DB II into DB I via script ?&lt;/P&gt;&lt;P&gt;Or is it only possible to do it before the script? If its not possible, could anyone maybe give me a solution how I can solve this problem in Excel at least?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunetly I m not a database pro, hope you can help me out here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 12:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-Data-from-different-databases-into-one-database-in-the/m-p/1211058#M388451</guid>
      <dc:creator>thanhphongle</dc:creator>
      <dc:date>2016-11-07T12:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate Data from different databases into one database in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-Data-from-different-databases-into-one-database-in-the/m-p/1211059#M388452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply concatenate the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT ...etc to DB1 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD * FROM DB1_source_table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT ...etc to DB2 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (MyTable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM DB2_other_source_table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 12:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-Data-from-different-databases-into-one-database-in-the/m-p/1211059#M388452</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-07T12:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate Data from different databases into one database in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-Data-from-different-databases-into-one-database-in-the/m-p/1211060#M388453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm I dont really get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or can you giive me an example. I attached two databases (relationA and relationB) and my qv file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Database relationA the attribute Name summarizes FirstName MiddleName and LastName.&lt;/P&gt;&lt;P&gt;Can you show me how I can get these 3 attributes from relationB into relationA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 13:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-Data-from-different-databases-into-one-database-in-the/m-p/1211060#M388453</guid>
      <dc:creator>thanhphongle</dc:creator>
      <dc:date>2016-11-07T13:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate Data from different databases into one database in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-Data-from-different-databases-into-one-database-in-the/m-p/1211061#M388454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikvew &lt;EM&gt;&lt;STRONG&gt;reads&lt;/STRONG&gt;&lt;/EM&gt; from databases. It does not &lt;EM&gt;&lt;STRONG&gt;write&lt;/STRONG&gt;&lt;/EM&gt; to databases. You're using the wrong tool if you want to write data from one database to another database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to load data from two different sources and combine that data into one final table in your Qlikview document then you use the CONCATENATE directive like I posted above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 13:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-Data-from-different-databases-into-one-database-in-the/m-p/1211061#M388454</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-07T13:45:54Z</dc:date>
    </item>
  </channel>
</rss>

