<?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: get the updated data and insert to target data with other existing data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/get-the-updated-data-and-insert-to-target-data-with-other/m-p/124281#M759694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geetha N,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not sure if I understand you. You want the last row of table 1 added to table 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (table2) LOAD&lt;/P&gt;&lt;P&gt;C1,&lt;/P&gt;&lt;P&gt;C2&lt;/P&gt;&lt;P&gt;RESIDENT table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I don't know how you want 10, 3.45 and 34.5 to be linked. As far as I understand that are the values linked to table1.C1 = a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe start the script as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LEFT JOIN (table1) LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C1, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// C2, // Not used because zz isn't a value in table 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C3, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C4, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT table2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the earlier posted script&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONCATENATE (table2) LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C1,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C2,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C3, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C4, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT table1; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP FIELDS &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C3, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C4, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TABLE table1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2018 12:11:19 GMT</pubDate>
    <dc:creator>avkeep01</dc:creator>
    <dc:date>2018-08-27T12:11:19Z</dc:date>
    <item>
      <title>get the updated data and insert to target data with other existing data</title>
      <link>https://community.qlik.com/t5/QlikView/get-the-updated-data-and-insert-to-target-data-with-other/m-p/124280#M759693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Source table, something like below&lt;/P&gt;&lt;P&gt;(has to be done in QlikView)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/211852_1.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211851_1.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to insert a new row from Table1 to table2 as (a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.45&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34.5)&lt;/P&gt;&lt;P&gt;the last 3 coloums is from table 1 for c1=a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-the-updated-data-and-insert-to-target-data-with-other/m-p/124280#M759693</guid>
      <dc:creator>geetha_n</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: get the updated data and insert to target data with other existing data</title>
      <link>https://community.qlik.com/t5/QlikView/get-the-updated-data-and-insert-to-target-data-with-other/m-p/124281#M759694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geetha N,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not sure if I understand you. You want the last row of table 1 added to table 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (table2) LOAD&lt;/P&gt;&lt;P&gt;C1,&lt;/P&gt;&lt;P&gt;C2&lt;/P&gt;&lt;P&gt;RESIDENT table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I don't know how you want 10, 3.45 and 34.5 to be linked. As far as I understand that are the values linked to table1.C1 = a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe start the script as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LEFT JOIN (table1) LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C1, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// C2, // Not used because zz isn't a value in table 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C3, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C4, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT table2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the earlier posted script&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONCATENATE (table2) LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C1,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C2,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C3, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C4, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT table1; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP FIELDS &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C3, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C4, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM TABLE table1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 12:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-the-updated-data-and-insert-to-target-data-with-other/m-p/124281#M759694</guid>
      <dc:creator>avkeep01</dc:creator>
      <dc:date>2018-08-27T12:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: get the updated data and insert to target data with other existing data</title>
      <link>https://community.qlik.com/t5/QlikView/get-the-updated-data-and-insert-to-target-data-with-other/m-p/124282#M759695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; &lt;SPAN class="j-post-author" style="color: #3d3d3d; font-size: 11.7px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/avkeep01"&gt;avkeep01&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="color: #3d3d3d; font-size: 11.7px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="color: #3d3d3d; font-size: 11.7px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Sorry for the bad explanation...&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(When I applied this the new values are coming 2 times)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The table1 data will be extending, the C1 value will be constant and C2 values will be added(At a time It might add N number of rows). If any Value to table1 is added that has to be reflected in Table2 also. That is the main changes has to be done. But the values to Table2(C3, C4, C5) has to be taken by comparing the C1 value.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="color: #3d3d3d; font-size: 11.7px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 06:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-the-updated-data-and-insert-to-target-data-with-other/m-p/124282#M759695</guid>
      <dc:creator>geetha_n</dc:creator>
      <dc:date>2018-08-28T06:04:12Z</dc:date>
    </item>
  </channel>
</rss>

