<?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: Append data to an existing table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533126#M599755</link>
    <description>So your problem now is how to find the last minute, right?&lt;BR /&gt;If yes, you can create a variable to get the last minute from your above table, then use it in the bottom table.&lt;BR /&gt;because using concatenate I think you can append data as you want.&lt;BR /&gt;Aiolos Zhao</description>
    <pubDate>Tue, 22 Jan 2019 10:27:07 GMT</pubDate>
    <dc:creator>uacg0009</dc:creator>
    <dc:date>2019-01-22T10:27:07Z</dc:date>
    <item>
      <title>Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533080#M599750</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to append data to an existing table using a select?&lt;/P&gt;&lt;P&gt;Let's say that I have in a table A data from yesterday and I want to do a select for updating the table A with new data from today without loosing the data from yesterday. I noticed that when selecting data from today it replaces the whole table.&lt;/P&gt;&lt;P&gt;Thank you in advanced for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 09:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533080#M599750</guid>
      <dc:creator>Piro822</dc:creator>
      <dc:date>2019-01-22T09:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533089#M599751</link>
      <description>Hi Piro,&lt;BR /&gt;You can use "concatenate", like:&lt;BR /&gt;table_yesterday:&lt;BR /&gt;load * from your_source;&lt;BR /&gt;concatenate&lt;BR /&gt;load * from your_source&lt;BR /&gt;where date = today();&lt;BR /&gt;&lt;BR /&gt;something like above script&lt;BR /&gt;Aiolos Zhao</description>
      <pubDate>Tue, 22 Jan 2019 09:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533089#M599751</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2019-01-22T09:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533107#M599752</link>
      <description>&lt;P&gt;Thank you for your answer but it gave me problems in the script :&lt;/P&gt;&lt;P&gt;This is my script :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[PT_TABLE_A]:&lt;BR /&gt;LOAD * from PT_TABLE_A;&lt;/P&gt;&lt;DIV&gt;CONCATENATE&lt;/DIV&gt;&lt;DIV&gt;LOAD FIELD1,&amp;nbsp;&lt;BR /&gt;&amp;nbsp;FIELD2,&lt;BR /&gt;&amp;nbsp;FIELD3;&lt;BR /&gt;SELECT "FIELD1",&lt;BR /&gt;&amp;nbsp;"FIELD2",&lt;BR /&gt;&amp;nbsp;"FIELD3"&lt;BR /&gt;FROM "MYDATABES"."TABLE_A" WHERE FIELD3 between TO_DATE('2017-01-01 14:22:00','YYYY-MM-DD HH24:MI:SS')&lt;BR /&gt;and TO_DATE('2017-01-01 14:23:00','YYYY-MM-DD HH24:MI:SS');&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I need to do a SELECT for bringing for example the last minute but keeping the data that I already collect before.&lt;/DIV&gt;&lt;DIV&gt;I do not know if I can do it.&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Jan 2019 09:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533107#M599752</guid>
      <dc:creator>Piro822</dc:creator>
      <dc:date>2019-01-22T09:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533118#M599753</link>
      <description>&lt;P&gt;Could you post the error encountered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533118#M599753</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-22T10:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533123#M599754</link>
      <description>&lt;DIV&gt;Connected&lt;/DIV&gt;&lt;DIV&gt;TABLE_A &amp;lt;&amp;lt; QueryResult Lines fetched: 0&lt;/DIV&gt;&lt;DIV&gt;Connected&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;No qualified path for file: ***&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;[TABLE_A]:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;LOAD * from&amp;nbsp;TABLE_A&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;Data has not been loaded. Please correct the error and try loading again.&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533123#M599754</guid>
      <dc:creator>Piro822</dc:creator>
      <dc:date>2019-01-22T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533126#M599755</link>
      <description>So your problem now is how to find the last minute, right?&lt;BR /&gt;If yes, you can create a variable to get the last minute from your above table, then use it in the bottom table.&lt;BR /&gt;because using concatenate I think you can append data as you want.&lt;BR /&gt;Aiolos Zhao</description>
      <pubDate>Tue, 22 Jan 2019 10:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533126#M599755</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2019-01-22T10:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533134#M599756</link>
      <description>&lt;P&gt;I think the problem&amp;nbsp; if you see in the error is that it does not get the old information (the one that I have already in Qlik Sense with a table_A) . If I execute separetly this one :&lt;/P&gt;&lt;P&gt;LOAD FIELD1,&lt;BR /&gt;&amp;nbsp;FIELD2,&lt;BR /&gt;&amp;nbsp;FIELD3;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;SELECT "FIELD1",&lt;BR /&gt;&amp;nbsp;"FIELD2",&lt;BR /&gt;&amp;nbsp;"FIELD3"&lt;BR /&gt;FROM "DATABASE"."TABLE_A"&amp;nbsp; WHERE FIELD3 between TO_DATE('2017-01-01 14:22:00','YYYY-MM-DD HH24:MI:SS')&lt;BR /&gt;and TO_DATE('2017-01-01 14:23:00','YYYY-MM-DD HH24:MI:SS');&lt;/P&gt;&lt;P&gt;If I change the date (Field3) all the time , it does not give me anytype of problem . Collect the rows from the database and delete the previus ones. The problem is keeping the old ones and take the new ones. It is like I can not add it new information to the same table witout deleting the old one with the script.&lt;/P&gt;&lt;P&gt;I tried the concatenate like you told me but it gives a error in the first load (the one that take all the old table).&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533134#M599756</guid>
      <dc:creator>Piro822</dc:creator>
      <dc:date>2019-01-22T10:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533160#M599757</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The Solution to your problem is using incremental load please go through the link&amp;nbsp;&lt;A href="https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/" target="_blank"&gt;https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also attached , is the pdf with a slight complex script but can be caught up with once you get handy with the link shared&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 11:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533160#M599757</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-22T11:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533195#M599758</link>
      <description>&lt;P&gt;Thank you so much for the answer!!! yes !! I saw just now in the tutorial that I think that it is the same information that you have given to me. It looks complex but it is worth a try !! I will do the test.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 11:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533195#M599758</guid>
      <dc:creator>Piro822</dc:creator>
      <dc:date>2019-01-22T11:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533250#M599759</link>
      <description>&lt;P&gt;So I have created like in the example with incrementals this script :&lt;/P&gt;&lt;DIV&gt;LIB CONNECT TO 'Oracle_10.6.3.31';&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;TABLE_A:&lt;BR /&gt;SELECT FIELD1,&lt;BR /&gt;&amp;nbsp;FIELD2,&lt;BR /&gt;&amp;nbsp;FIELD3&amp;nbsp;&lt;BR /&gt;FROM "DATABASE"."TABLE_A" WHERE FIELD3 between TO_DATE('2017-01-01 14:22:00','YYYY-MM-DD HH24:MI:SS')&lt;BR /&gt;and TO_DATE('2017-01-01 14:23:00','YYYY-MM-DD HH24:MI:SS');&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concatenate FIELD1,&lt;BR /&gt;&amp;nbsp; FIELD2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; FIELD3 FROM MyFile.qvd(qvd);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;STORE TABLE A INTO MyFile.qvd (qvd);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And I get this error when I load data:&lt;/DIV&gt;&lt;P&gt;Connected&lt;/P&gt;&lt;DIV&gt;TABLE_A &amp;lt;&amp;lt; QueryResult Lines fetched: 0&lt;/DIV&gt;&lt;DIV&gt;Connected&lt;/DIV&gt;&lt;DIV&gt;TABLE_A &amp;lt;&amp;lt; QueryResult Lines fetched: 112&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;No qualified path for file: ***&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Concatenate LOAD FIELD1, FIELD2, FIELD3 FROM MyFile.qvd(qvd)&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;Data has not been loaded. Please correct the error and try loading again.&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;Any ideas how to get the .qvd file? I see in the help of Qlik that the command store does it automatically.&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline undefined"&gt;Highly appreciated the help.&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Jan 2019 12:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533250#M599759</guid>
      <dc:creator>Piro822</dc:creator>
      <dc:date>2019-01-22T12:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533304#M599760</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;Finally I have found the solution!!! I have to put lib:// with an existing folder in my data connections. Then it works.&lt;/P&gt;&lt;P&gt;Thank you so much for all the help.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 14:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533304#M599760</guid>
      <dc:creator>Piro822</dc:creator>
      <dc:date>2019-01-22T14:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533652#M599761</link>
      <description>&lt;P&gt;Well in this case I recommend , you check few things here&lt;/P&gt;&lt;P&gt;1. In case you are concatenating the data, it means you must have had the old data in the qvd file and it must be existent&lt;/P&gt;&lt;P&gt;2. Check if the path specified for the qvd is correct, you can check this by trying to load from the qvd on another tab and see the path&lt;/P&gt;&lt;P&gt;3. In case you are using QV 12 , few users are seen to have reported this issue , and have said it is solved either when close and reopen the sample and try this action, and also by not using relative path. Please try the above and check if it helps&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 07:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533652#M599761</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-23T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to an existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533653#M599762</link>
      <description>&lt;P&gt;Thank you so much for the answer!!! yes...yesterday I saw the solution like you say in the Qlik help and now it is working.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 07:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-an-existing-table/m-p/1533653#M599762</guid>
      <dc:creator>Piro822</dc:creator>
      <dc:date>2019-01-23T07:53:08Z</dc:date>
    </item>
  </channel>
</rss>

