<?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: Combine 2 datasets into 1 in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Combine-2-datasets-into-1/m-p/2000011#M11547</link>
    <description>&lt;P&gt;Hi Rafael,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. Unfortunately their are no identical fields. In one table the headers of the data are shown. In the other table the values of the data are shown. I have added two screenshots of the tables I use. What I want to create is one table with the headers as column names and the values in the underlying rows.&lt;/P&gt;
&lt;P&gt;Hopefully this makes it clearer for you and you know a solution for it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Kind regards.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 09:49:53 GMT</pubDate>
    <dc:creator>CarolinedeVos</dc:creator>
    <dc:date>2022-11-03T09:49:53Z</dc:date>
    <item>
      <title>Combine 2 datasets into 1</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Combine-2-datasets-into-1/m-p/1998683#M11510</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I created an app via the REST connector with GET method. But the output I get is splitted into 2 datasets. One dataset with headers and one dataset with the corresponding data. Why is this devided and how can I combine the two in one dataset?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 15:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Combine-2-datasets-into-1/m-p/1998683#M11510</guid>
      <dc:creator>CarolinedeVos</dc:creator>
      <dc:date>2022-10-31T15:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 datasets into 1</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Combine-2-datasets-into-1/m-p/1998817#M11513</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159559"&gt;@CarolinedeVos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's hard to say without knowing what each of the datasets contains and how they are related.&lt;/P&gt;
&lt;P&gt;but in general, if you can connect them by a common field, just rename it so that the field is called the same in both tables and you will have it.&lt;/P&gt;
&lt;P&gt;the other option would be to do a join (inner, outer, left or right) everything will depend on what you have and what the result should be&lt;/P&gt;
&lt;P&gt;Let's say you already load your tables &lt;STRONG&gt;Table1&lt;/STRONG&gt; and &lt;STRONG&gt;Table2&lt;/STRONG&gt; and the field you want to connect to in Table1 is called &lt;STRONG&gt;Id&lt;/STRONG&gt; and in table2 it's called &lt;STRONG&gt;Client_id&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;what you will have to do is to rename the field when you make the REST call or to reload the table with a resident call to rename the field and delete the old table.&lt;/P&gt;
&lt;P&gt;Table3:&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Client_id as Id,&lt;BR /&gt;&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;field1,&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;field2,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .......&lt;BR /&gt;Resident Table2;&lt;/P&gt;
&lt;P&gt;Drop table Table2;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this works for you.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-tt="{&amp;quot;paragraphStyle&amp;quot;:{&amp;quot;alignment&amp;quot;:4,&amp;quot;writingDirection&amp;quot;:1}}"&gt;&lt;EM&gt;&lt;STRONG&gt;help users find answers! Don't forget to &lt;FONT color="#993366"&gt;mark a solution&lt;/FONT&gt; that worked for you &amp;amp; to smash the &lt;FONT color="#339966"&gt;like&lt;/FONT&gt; button!&lt;/STRONG&gt;&lt;/EM&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 22:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Combine-2-datasets-into-1/m-p/1998817#M11513</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2022-10-31T22:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 datasets into 1</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Combine-2-datasets-into-1/m-p/2000011#M11547</link>
      <description>&lt;P&gt;Hi Rafael,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. Unfortunately their are no identical fields. In one table the headers of the data are shown. In the other table the values of the data are shown. I have added two screenshots of the tables I use. What I want to create is one table with the headers as column names and the values in the underlying rows.&lt;/P&gt;
&lt;P&gt;Hopefully this makes it clearer for you and you know a solution for it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Combine-2-datasets-into-1/m-p/2000011#M11547</guid>
      <dc:creator>CarolinedeVos</dc:creator>
      <dc:date>2022-11-03T09:49:53Z</dc:date>
    </item>
  </channel>
</rss>

