<?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: How to append data from table A to table B? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830788#M292402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use exists function if perfect key is found else use date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 09:00:00 GMT</pubDate>
    <dc:creator>hariprasadqv</dc:creator>
    <dc:date>2015-04-27T09:00:00Z</dc:date>
    <item>
      <title>How to append data from table A to table B?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830784#M292398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to maintain a daily report database, which contains 2 identical structure tables, one table to save historical data, another table to save previous day data.&lt;/P&gt;&lt;P&gt;I want to realize function as following:&lt;/P&gt;&lt;P&gt;1.Check whether the historical data include data for the previous day.&lt;/P&gt;&lt;P&gt;2.If the previous day's data are missing, then added to the historical data table.&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>Mon, 27 Apr 2015 08:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830784#M292398</guid>
      <dc:creator />
      <dc:date>2015-04-27T08:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to append data from table A to table B?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830785#M292399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should first identify the Primary Key in the table. Use exists function to identify whether the previous day data is in historical or not. Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 08:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830785#M292399</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2015-04-27T08:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to append data from table A to table B?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830786#M292400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think u can use here,Incremental load concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 08:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830786#M292400</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-27T08:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to append data from table A to table B?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830787#M292401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A correction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You should first identify the Primary Key in the table. Use exists function on the primary key field to identify whether the previous day data is in historical or not. Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 08:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830787#M292401</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2015-04-27T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to append data from table A to table B?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830788#M292402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use exists function if perfect key is found else use date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 09:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-append-data-from-table-A-to-table-B/m-p/830788#M292402</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-04-27T09:00:00Z</dc:date>
    </item>
  </channel>
</rss>

