<?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 Table Join in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110559#M90724</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;i need a little advice on how to join two tables in Data Editor(Script) correctly. Given is the following information:&lt;/P&gt;
&lt;P&gt;Tab1:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; KreditorNr,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Group&lt;/P&gt;
&lt;P&gt;FROM SourceA;&lt;/P&gt;
&lt;P&gt;Tab2:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; DebitorNr,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Group&lt;/P&gt;
&lt;P&gt;FROM SourceB;&lt;/P&gt;
&lt;P&gt;SourceA table contains:&lt;/P&gt;
&lt;P&gt;KreditorNR&amp;nbsp; |&amp;nbsp; Group&lt;/P&gt;
&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10010&lt;/P&gt;
&lt;P&gt;102&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10020&lt;/P&gt;
&lt;P&gt;103&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10030&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SourceB contains:&lt;/P&gt;
&lt;P&gt;DebitorNr&amp;nbsp; &amp;nbsp; |&amp;nbsp; Group&lt;/P&gt;
&lt;P&gt;5800&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10010&lt;/P&gt;
&lt;P&gt;5910&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 23001&lt;/P&gt;
&lt;P&gt;5911&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 32002&lt;/P&gt;
&lt;P&gt;My task is to create a joined table out of the above two that would contain only DebitorNr that shares the same Group with kreditorNr.&lt;/P&gt;
&lt;P&gt;The outputTable should look like this:&lt;/P&gt;
&lt;P&gt;KreditorNR&amp;nbsp; |&amp;nbsp; Group&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; DebitorNr&lt;/P&gt;
&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10010&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; 5800&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would be really grateful if one of you could give me a tip on how to get the desired result.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 19:22:56 GMT</pubDate>
    <dc:creator>americanetsMD</dc:creator>
    <dc:date>2023-08-28T19:22:56Z</dc:date>
    <item>
      <title>Table Join</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110559#M90724</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;i need a little advice on how to join two tables in Data Editor(Script) correctly. Given is the following information:&lt;/P&gt;
&lt;P&gt;Tab1:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; KreditorNr,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Group&lt;/P&gt;
&lt;P&gt;FROM SourceA;&lt;/P&gt;
&lt;P&gt;Tab2:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; DebitorNr,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Group&lt;/P&gt;
&lt;P&gt;FROM SourceB;&lt;/P&gt;
&lt;P&gt;SourceA table contains:&lt;/P&gt;
&lt;P&gt;KreditorNR&amp;nbsp; |&amp;nbsp; Group&lt;/P&gt;
&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10010&lt;/P&gt;
&lt;P&gt;102&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10020&lt;/P&gt;
&lt;P&gt;103&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10030&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SourceB contains:&lt;/P&gt;
&lt;P&gt;DebitorNr&amp;nbsp; &amp;nbsp; |&amp;nbsp; Group&lt;/P&gt;
&lt;P&gt;5800&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10010&lt;/P&gt;
&lt;P&gt;5910&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 23001&lt;/P&gt;
&lt;P&gt;5911&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 32002&lt;/P&gt;
&lt;P&gt;My task is to create a joined table out of the above two that would contain only DebitorNr that shares the same Group with kreditorNr.&lt;/P&gt;
&lt;P&gt;The outputTable should look like this:&lt;/P&gt;
&lt;P&gt;KreditorNR&amp;nbsp; |&amp;nbsp; Group&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; DebitorNr&lt;/P&gt;
&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 10010&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; 5800&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would be really grateful if one of you could give me a tip on how to get the desired result.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 19:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110559#M90724</guid>
      <dc:creator>americanetsMD</dc:creator>
      <dc:date>2023-08-28T19:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Join</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110562#M90725</link>
      <description>&lt;P&gt;Are you sure you want a join here?&lt;/P&gt;
&lt;P&gt;You can add &lt;STRONG&gt;inner keep(Tab1&lt;/STRONG&gt;)&amp;nbsp; or&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;inner join(Tab1)&lt;/STRONG&gt; on the row above Tab2&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 19:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110562#M90725</guid>
      <dc:creator>E_Røse</dc:creator>
      <dc:date>2023-08-28T19:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table Join</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110570#M90726</link>
      <description>&lt;P&gt;Hi E_Rose, i have tried these types of joins and i've got no results... it gives an error when i try to create the Table on the Worksheet. Regarding your question about join... I honestly don't know what would be the best way to get the desired output Table..&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 20:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110570#M90726</guid>
      <dc:creator>americanetsMD</dc:creator>
      <dc:date>2023-08-28T20:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table Join</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110676#M90727</link>
      <description>&lt;P&gt;This should be correct syntax for a Join.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Table:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; KreditorNr,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; Group&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;FROM SourceA;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Inner join (Table)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; DebitorNr,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; Group&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;FROM SourceB;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 06:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110676#M90727</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-08-29T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table Join</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110757#M90731</link>
      <description>&lt;P&gt;Thank you all for your answers. The problem was actually in the Table - had too many ' ' blank rows in the Group field that was causing the server fall down.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 09:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Join/m-p/2110757#M90731</guid>
      <dc:creator>americanetsMD</dc:creator>
      <dc:date>2023-08-29T09:22:11Z</dc:date>
    </item>
  </channel>
</rss>

