<?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: Unir 2 tabelas in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Unir-2-tabelas/m-p/1820450#M60010</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/140078"&gt;@grazielegretter&lt;/a&gt;&lt;FONT&gt;&lt;FONT&gt;&amp;nbsp; try below&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;T1 :&lt;BR /&gt;LOAD % ChaveOrdemCompra ,&lt;BR /&gt;ChaveParcela ,&lt;BR /&gt;Delivery Date ,&lt;BR /&gt;Keep Total&lt;BR /&gt;FROM Table1 ;&lt;/P&gt;&lt;P&gt;T2 :&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD % ChaveOrdemCompra ,&lt;BR /&gt;ChaveParcela ,&lt;BR /&gt;Delivery Date ,&lt;BR /&gt;Keep Total&lt;BR /&gt;FROM Table2&lt;BR /&gt;where Exists ( % ChaveOrdemCompra ) ;&lt;/P&gt;&lt;P&gt;DROP Table T1 ;&lt;/P&gt;&lt;P&gt;Concatenate ( T2 )&lt;BR /&gt;LOAD % ChaveOrdemCompra ,&lt;BR /&gt;ChaveParcela ,&lt;BR /&gt;Delivery Date ,&lt;BR /&gt;Keep Total&lt;BR /&gt;FROM Table1&lt;BR /&gt;Where not Exists ( % ChaveOrdemCompra ) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jul 2021 15:20:16 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2021-07-07T15:20:16Z</dc:date>
    <item>
      <title>Unir 2 tabelas</title>
      <link>https://community.qlik.com/t5/Brasil/Unir-2-tabelas/m-p/1820439#M60009</link>
      <description>&lt;P&gt;Olá,&lt;/P&gt;&lt;P&gt;Estou desenvolvendo um script, que até o momento não consegui resolver o que preciso.&lt;/P&gt;&lt;P&gt;Estou carregando os dados que preciso, e deixando essas duas tabelas&amp;nbsp; em memória, e o resultado final gravarei em um qvd. Abaixo segue as tabelas e a tabela final como deve ficar.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grazielegretter_1-1625668299529.png" style="width: 592px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58187i032DF47B7841556E/image-dimensions/592x354?v=v2" width="592" height="354" role="button" title="grazielegretter_1-1625668299529.png" alt="grazielegretter_1-1625668299529.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;O resultado final deve ser o seguinte(Tabela Final), se houver dados da Tabela2(onde haja ChaveOrdemCompra igual da Tabela1), deve carregar só os dados da Tabela2, caso não haja esses dados na Tabela2, carregar normalmente os dados da Tabela1.&lt;/P&gt;&lt;P&gt;Alguém poderia me ajudar a solucionar esse caso.&lt;/P&gt;&lt;P&gt;Obrigada!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 14:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Unir-2-tabelas/m-p/1820439#M60009</guid>
      <dc:creator>grazielegretter</dc:creator>
      <dc:date>2021-07-07T14:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unir 2 tabelas</title>
      <link>https://community.qlik.com/t5/Brasil/Unir-2-tabelas/m-p/1820450#M60010</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/140078"&gt;@grazielegretter&lt;/a&gt;&lt;FONT&gt;&lt;FONT&gt;&amp;nbsp; try below&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;T1 :&lt;BR /&gt;LOAD % ChaveOrdemCompra ,&lt;BR /&gt;ChaveParcela ,&lt;BR /&gt;Delivery Date ,&lt;BR /&gt;Keep Total&lt;BR /&gt;FROM Table1 ;&lt;/P&gt;&lt;P&gt;T2 :&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD % ChaveOrdemCompra ,&lt;BR /&gt;ChaveParcela ,&lt;BR /&gt;Delivery Date ,&lt;BR /&gt;Keep Total&lt;BR /&gt;FROM Table2&lt;BR /&gt;where Exists ( % ChaveOrdemCompra ) ;&lt;/P&gt;&lt;P&gt;DROP Table T1 ;&lt;/P&gt;&lt;P&gt;Concatenate ( T2 )&lt;BR /&gt;LOAD % ChaveOrdemCompra ,&lt;BR /&gt;ChaveParcela ,&lt;BR /&gt;Delivery Date ,&lt;BR /&gt;Keep Total&lt;BR /&gt;FROM Table1&lt;BR /&gt;Where not Exists ( % ChaveOrdemCompra ) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 15:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Unir-2-tabelas/m-p/1820450#M60010</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-07-07T15:20:16Z</dc:date>
    </item>
  </channel>
</rss>

