<?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: I am looking to create an aggregated / consolidated table with unique rows based on a table with multiple rows for the same dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/I-am-looking-to-create-an-aggregated-consolidated-table-with/m-p/2522837#M106711</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/343198"&gt;@sashak&lt;/a&gt;&amp;nbsp;I am happy it's resolved. Please could you mark the correct answer as the solution.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 13:57:32 GMT</pubDate>
    <dc:creator>seanbruton</dc:creator>
    <dc:date>2025-07-01T13:57:32Z</dc:date>
    <item>
      <title>I am looking to create an aggregated / consolidated table with unique rows based on a table with multiple rows for the same dimension</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-looking-to-create-an-aggregated-consolidated-table-with/m-p/2522735#M106700</link>
      <description>&lt;P&gt;I am looking to create a table with unique rows, where values in one column, are concatenated into a string with the comma separator. See screenshots for reference.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Original table:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE width="290px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="144.583px"&gt;Account&lt;/TD&gt;
&lt;TD width="144.655px"&gt;Account Manager&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.583px"&gt;Agency 1&lt;/TD&gt;
&lt;TD width="144.655px"&gt;Jane Smith&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.583px"&gt;Agency 1&lt;/TD&gt;
&lt;TD width="144.655px"&gt;John Baker&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.583px"&gt;Agency 1&lt;/TD&gt;
&lt;TD width="144.655px"&gt;Jason Green&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.583px"&gt;Agency 1&lt;/TD&gt;
&lt;TD width="144.655px"&gt;Catherine Blake&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.583px"&gt;Agency 5&lt;/TD&gt;
&lt;TD width="144.655px"&gt;Jessica Carter&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.583px"&gt;Agency 6&lt;/TD&gt;
&lt;TD width="144.655px"&gt;Keven Wiess&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;STRONG&gt;Table to create:&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE width="411"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;Account&lt;/TD&gt;
&lt;TD width="347"&gt;Account Manager&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Agency 1&lt;/TD&gt;
&lt;TD&gt;Jane Smith, John Baker, Jason Green, Catherine Blake&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Agency 5&lt;/TD&gt;
&lt;TD&gt;Jessica Carter&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Agency 6&lt;/TD&gt;
&lt;TD&gt;Keven Wiess&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Appreciate any suggestions.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 20:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-looking-to-create-an-aggregated-consolidated-table-with/m-p/2522735#M106700</guid>
      <dc:creator>sashak</dc:creator>
      <dc:date>2025-06-30T20:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking to create an aggregated / consolidated table with unique rows based on a table with multiple rows for the same dimension</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-looking-to-create-an-aggregated-consolidated-table-with/m-p/2522738#M106703</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please try this. Make your Account Manager Column a measure and use concat function with a distinct.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;concat(distinct [Account Manager],',’ )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 22:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-looking-to-create-an-aggregated-consolidated-table-with/m-p/2522738#M106703</guid>
      <dc:creator>seanbruton</dc:creator>
      <dc:date>2025-06-30T22:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking to create an aggregated / consolidated table with unique rows based on a table with multiple rows for the same dimension</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-looking-to-create-an-aggregated-consolidated-table-with/m-p/2522834#M106710</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24343"&gt;@seanbruton&lt;/a&gt;&amp;nbsp;! That worked.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 13:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-looking-to-create-an-aggregated-consolidated-table-with/m-p/2522834#M106710</guid>
      <dc:creator>sashak</dc:creator>
      <dc:date>2025-07-01T13:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking to create an aggregated / consolidated table with unique rows based on a table with multiple rows for the same dimension</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-looking-to-create-an-aggregated-consolidated-table-with/m-p/2522837#M106711</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/343198"&gt;@sashak&lt;/a&gt;&amp;nbsp;I am happy it's resolved. Please could you mark the correct answer as the solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 13:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-looking-to-create-an-aggregated-consolidated-table-with/m-p/2522837#M106711</guid>
      <dc:creator>seanbruton</dc:creator>
      <dc:date>2025-07-01T13:57:32Z</dc:date>
    </item>
  </channel>
</rss>

