<?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: How do I combine rows on common fields and add separate columns for differences in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-do-I-combine-rows-on-common-fields-and-add-separate-columns/m-p/2057477#M86850</link>
    <description>&lt;P&gt;Hi, I believe you need to create separate columns to have values in each of them, you can create one and show only 'first' email in it with something like this:&lt;/P&gt;
&lt;P&gt;SubField( Aggr(CONCAT(DISTINCT Email,','), Name), ',',1)&lt;/P&gt;
&lt;P&gt;You can create second column and show only 'second' email etc.:&lt;/P&gt;
&lt;P&gt;SubField( Aggr(CONCAT(DISTINCT Email,','), Name), ',',2)&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2023 13:23:11 GMT</pubDate>
    <dc:creator>justISO</dc:creator>
    <dc:date>2023-04-05T13:23:11Z</dc:date>
    <item>
      <title>How do I combine rows on common fields and add separate columns for differences</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-combine-rows-on-common-fields-and-add-separate-columns/m-p/2057457#M86849</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Bellow is a screenshot of a table from my app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="M1ha_1-1680699230554.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/104308i8193BF136A48D262/image-size/medium?v=v2&amp;amp;px=400" role="button" title="M1ha_1-1680699230554.png" alt="M1ha_1-1680699230554.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is there a way to merge/combine the lines with same IDs and have the emails as separate cells like below?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="M1ha_3-1680699428288.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/104310iD9AC963751A25932/image-size/medium?v=v2&amp;amp;px=400" role="button" title="M1ha_3-1680699428288.png" alt="M1ha_3-1680699428288.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I tried =Aggr(CONCAT(DISTINCT [Email ],', '), [Name]) but can't find a way to split emails list field into separate columns:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="M1ha_2-1680699308836.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/104309iE2AF471FC6CF62EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="M1ha_2-1680699308836.png" alt="M1ha_2-1680699308836.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 13:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-combine-rows-on-common-fields-and-add-separate-columns/m-p/2057457#M86849</guid>
      <dc:creator>M1ha</dc:creator>
      <dc:date>2023-04-05T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I combine rows on common fields and add separate columns for differences</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-combine-rows-on-common-fields-and-add-separate-columns/m-p/2057477#M86850</link>
      <description>&lt;P&gt;Hi, I believe you need to create separate columns to have values in each of them, you can create one and show only 'first' email in it with something like this:&lt;/P&gt;
&lt;P&gt;SubField( Aggr(CONCAT(DISTINCT Email,','), Name), ',',1)&lt;/P&gt;
&lt;P&gt;You can create second column and show only 'second' email etc.:&lt;/P&gt;
&lt;P&gt;SubField( Aggr(CONCAT(DISTINCT Email,','), Name), ',',2)&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 13:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-combine-rows-on-common-fields-and-add-separate-columns/m-p/2057477#M86850</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2023-04-05T13:23:11Z</dc:date>
    </item>
  </channel>
</rss>

