<?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: Merge two rows with one column with different values into 1 row with both values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Merge-two-rows-with-one-column-with-different-values-into-1-row/m-p/2058961#M86931</link>
    <description>&lt;P&gt;Thank you for this. It worked!&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 07:27:32 GMT</pubDate>
    <dc:creator>vanast</dc:creator>
    <dc:date>2023-04-11T07:27:32Z</dc:date>
    <item>
      <title>Merge two rows with one column with different values into 1 row with both values</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-two-rows-with-one-column-with-different-values-into-1-row/m-p/2055223#M86697</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have the following issue. I have a set of data with multiple rows and different columns. I made a simple example that should solve my problem.&lt;/P&gt;
&lt;P&gt;This is the&amp;nbsp; example data that i have. If the values of ID is the same then i want to have a combined field in location separated by a value. How can i solve this in my script?&lt;/P&gt;
&lt;TABLE width="211"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="63.7031px" height="25px"&gt;ID&lt;/TD&gt;
&lt;TD width="146.297px" height="25px"&gt;Location&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.7031px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="146.297px" height="25px"&gt;New york&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.7031px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="146.297px" height="25px"&gt;Amsterdam&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.7031px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="146.297px" height="25px"&gt;Tokyo&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.7031px" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="146.297px" height="25px"&gt;Barcelona&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the table that i want to have&lt;/P&gt;
&lt;TABLE width="210px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="63.7031px"&gt;ID&lt;/TD&gt;
&lt;TD width="145.297px"&gt;Location&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.7031px"&gt;1&lt;/TD&gt;
&lt;TD width="145.297px"&gt;New york, Amsterdam&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.7031px"&gt;2&lt;/TD&gt;
&lt;TD width="145.297px"&gt;Tokyo&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.7031px"&gt;3&lt;/TD&gt;
&lt;TD width="145.297px"&gt;Barcelona&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-two-rows-with-one-column-with-different-values-into-1-row/m-p/2055223#M86697</guid>
      <dc:creator>vanast</dc:creator>
      <dc:date>2023-03-30T14:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two rows with one column with different values into 1 row with both values</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-two-rows-with-one-column-with-different-values-into-1-row/m-p/2055225#M86698</link>
      <description>&lt;P&gt;This is a use case for Concat(), seemingly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load ID, Concat(Location, ',')&lt;/P&gt;
&lt;P&gt;From YourTable&lt;/P&gt;
&lt;P&gt;Group By ID;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-two-rows-with-one-column-with-different-values-into-1-row/m-p/2055225#M86698</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-03-30T14:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two rows with one column with different values into 1 row with both values</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-two-rows-with-one-column-with-different-values-into-1-row/m-p/2058961#M86931</link>
      <description>&lt;P&gt;Thank you for this. It worked!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 07:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-two-rows-with-one-column-with-different-values-into-1-row/m-p/2058961#M86931</guid>
      <dc:creator>vanast</dc:creator>
      <dc:date>2023-04-11T07:27:32Z</dc:date>
    </item>
  </channel>
</rss>

