<?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: Union of two tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057054#M16845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not Exist(Machine)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2016 16:29:50 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-05-02T16:29:50Z</dc:date>
    <item>
      <title>Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057053#M16844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;In my script , I realize the load of two tables (A and B ) with the same fields ( Machine [ PK ] ,Function).&lt;BR /&gt;My idea is to create a new table ( C ) as follows :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;C=A+ B(A.machine!=B.Machine)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;example&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid #000000; width: 159px; height: 83px;" width="157"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Machine&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Function&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;T&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Z&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="101" style="border: 1px solid rgb(0, 0, 0); width: 158px; height: 103px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Machine&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Function&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;P&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;S&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid rgb(0, 0, 0); width: 161px; height: 96px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Machine&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Function&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;T&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Z&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;S&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Any solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 16:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057053#M16844</guid>
      <dc:creator />
      <dc:date>2016-05-02T16:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057054#M16845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not Exist(Machine)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 16:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057054#M16845</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-02T16:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057055#M16846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Machine,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM A;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Machine,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Function&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not Exists (Machine);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 16:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057055#M16846</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-02T16:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057056#M16847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;Hi, thanks for the answers but doing what you say in Tabla A are only rows of A,and none of B.&lt;/P&gt;&lt;P&gt;this is my Table A: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;PRODUCCION_TIMELINE_COM_INI_EST:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; codigoOP_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; maquina_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaInicioReal_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaFinReal_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; item_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CodigoItem_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaInicioVirtual_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaFinVirtual_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; rendimiento_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; eficiencia_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; completada_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaInicioEstimada_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaFinEstimada_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; cantidadProducida_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fecha_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; duracion_PTCIE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt; resident PRODUCCION_TIMELINE_AUX_COM_INI_EST;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my table B:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;concatenate (PRODUCCION_TIMELINE_COM_INI_EST)&lt;/P&gt;
&lt;P&gt;load codigoOP_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; maquina_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaInicioReal_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaFinReal_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; item_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CodigoItem_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaInicioVirtual_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaFinVirtual_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; rendimiento_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; eficiencia_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; completada_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaInicioEstimada_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fechaFinEstimada_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; cantidadProducida_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fecha_PO_PTCIE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; duracion_PTCIE&lt;/P&gt;
&lt;P&gt; resident MAQUINAMOLDE&lt;/P&gt;
&lt;P&gt; where not Exists(maquina_PO_PTCIE);&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; ' PRODUCCION_TIMELINE_AUX_COM_INI_EST' and&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;MAQUINAMOLDE' are deleted after creating each table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;what am I doing wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 08:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057056#M16847</guid>
      <dc:creator />
      <dc:date>2016-05-03T08:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057057#M16848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;PRODUCCION_TIMELINE_AUX_COM_INI_EST' and&amp;nbsp;&amp;nbsp;&amp;nbsp; 'MAQUINAMOLDE' are deleted after creating each table.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Tables are not simply deleted after loading data from them. Perhaps your script is deleting them with DROP TABLE statements. Or perhaps you're later joining those tables to other tables. Without looking at the entire script there's no telling what happens. Perhaps you can attached the entire script in a text file or as part of a qlikview document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 12:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057057#M16848</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-03T12:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057058#M16849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a document with the script.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057058#M16849</guid>
      <dc:creator />
      <dc:date>2016-05-04T08:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057059#M16850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your script contains instructions to drop those tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table PRODUCCION_TIMELINE_AUX_COM_INI_EST;&lt;/P&gt;&lt;P&gt;drop table&amp;nbsp; MAQUINAMOLDE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why they don't exist after the script finishes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 12:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057059#M16850</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-04T12:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057060#M16851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;What I do is delete the two tables where they came from A and B, not A and B, to avoid synthetic keys.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;A is "PRODUCCION_TIMELINE_COM_INI_EST" &lt;SPAN lang="en"&gt;and comes from&lt;/SPAN&gt; "PRODUCCION_TIMELINE_&lt;STRONG&gt;AUX&lt;/STRONG&gt;_COM_INI_EST".&lt;/P&gt;&lt;P&gt;B has no name and comes from&amp;nbsp; "MAQUINAMOLDE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;When I concatenate without the clause " where not Exists ( maquina_PO_PTCIE ) " A is filled with all B , so I do not think the problem is to remove the mother tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Greetings and thanks again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 13:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057060#M16851</guid>
      <dc:creator />
      <dc:date>2016-05-04T13:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057061#M16852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where not Exists ( maquina_PO_PTCIE )&amp;nbsp; does not work because all the values already exists in a table because your loading those values from resident tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try making a new copy of that field:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="margin: 10px 20px; padding-left: 10px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;PRODUCCION_TIMELINE_COM_INI_EST:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp; load&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; codigoOP_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; maquina_PO_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp; maquina_PO_PTCIE as CHECK_&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;maquina_PO_PTCIE,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; fechaInicioReal_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; fechaFinReal_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; item_PO_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; CodigoItem_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; fechaInicioVirtual_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; fechaFinVirtual_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; rendimiento_PO_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; eficiencia_PO_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; completada_PO_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; fechaInicioEstimada_PO_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; fechaFinEstimada_PO_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; cantidadProducida_PO_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; fecha_PO_PTCIE,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp; duracion_PTCIE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;resident PRODUCCION_TIMELINE_AUX_COM_INI_EST;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Use that new copy in the where not exists:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;concatenate (PRODUCCION_TIMELINE_COM_INI_EST)&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;load codigoOP_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; maquina_PO_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; fechaInicioReal_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; fechaFinReal_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; item_PO_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; CodigoItem_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; fechaInicioVirtual_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; fechaFinVirtual_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; rendimiento_PO_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; eficiencia_PO_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; completada_PO_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; fechaInicioEstimada_PO_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; fechaFinEstimada_PO_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; cantidadProducida_PO_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; fecha_PO_PTCIE,&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; duracion_PTCIE&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;resident MAQUINAMOLDE&lt;/P&gt;
&lt;P style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;where not Exists(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;CHECK_&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;maquina_PO_PTCIE,&lt;/STRONG&gt;&lt;/SPAN&gt;maquina_PO_PTCIE);&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And finally drop that field&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="margin: 10px 20px; padding-left: 10px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;DROP FIELD &lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;CHECK_&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;maquina_PO_PTCIE;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 16:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057061#M16852</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-04T16:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Union of two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057062#M16853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I tried your solution , and the result is&amp;nbsp; correct but&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;maquina_PO_PTCIE&lt;/STRONG&gt;&lt;/EM&gt; field from the table A is null.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Edit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Finally&amp;nbsp; I created another table adding value from &lt;SPAN style="font-size: 13.3333px;"&gt; &lt;STRONG&gt;&lt;EM&gt;CHECK_maquina_PO_PTCIE&lt;/EM&gt;&lt;/STRONG&gt; &lt;/SPAN&gt; to &lt;STRONG&gt;&lt;EM&gt;maquina_PO_PTCIE&lt;/EM&gt;&lt;/STRONG&gt; in the case that&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;maquina_PO_PTCIE&lt;/EM&gt;&lt;/STRONG&gt; was null , and removed the &lt;STRONG&gt;&lt;EM&gt;CHECK_maquina_PO_PTCIE&lt;/EM&gt;&lt;/STRONG&gt; field and the rest of the tables.&lt;BR /&gt;It was not a clean process , but it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 08:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Union-of-two-tables/m-p/1057062#M16853</guid>
      <dc:creator />
      <dc:date>2016-05-05T08:25:18Z</dc:date>
    </item>
  </channel>
</rss>

