<?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: Getting text from one table and list it in another with commas... in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Getting-text-from-one-table-and-list-it-in-another-with-commas/m-p/2545324#M109835</link>
    <description>&lt;P&gt;This is perfect. Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42840"&gt;@WeLoveQlik&lt;/a&gt;&amp;nbsp;!!&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2026 19:32:06 GMT</pubDate>
    <dc:creator>DEMONIO_AZUL</dc:creator>
    <dc:date>2026-03-23T19:32:06Z</dc:date>
    <item>
      <title>Getting text from one table and list it in another with commas...</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-text-from-one-table-and-list-it-in-another-with-commas/m-p/2545320#M109833</link>
      <description>&lt;P&gt;Hello there,&lt;BR /&gt;I have two tables, Document Table and Comment Table.&lt;BR /&gt;Document Table has rows with information, and the only thing I can get from this table is if each document has comments or not. The comments are in the Comment Table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get, for example, if Document A has comments, then I need all Comments listed in the Target Table, as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2026-03-23 14_05_38-DFD-Qlik-FInd comments and list them-260323.xlsx - Excel.png" style="width: 660px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187407i8A33554A885BD9FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2026-03-23 14_05_38-DFD-Qlik-FInd comments and list them-260323.xlsx - Excel.png" alt="2026-03-23 14_05_38-DFD-Qlik-FInd comments and list them-260323.xlsx - Excel.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to achieve this will be appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 18:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-text-from-one-table-and-list-it-in-another-with-commas/m-p/2545320#M109833</guid>
      <dc:creator>DEMONIO_AZUL</dc:creator>
      <dc:date>2026-03-23T18:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting text from one table and list it in another with commas...</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-text-from-one-table-and-list-it-in-another-with-commas/m-p/2545322#M109834</link>
      <description>&lt;P&gt;If I am understanding this correctly.&lt;/P&gt;&lt;P&gt;First, you need to create a key between Document table and Comment table since that doesnt exist.&lt;/P&gt;&lt;P&gt;It looks to me like that key is Document and the first letter on the comment table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, to create that key on the comment table side and then create your final table I would do the following&lt;/P&gt;&lt;P&gt;TargetTable:&lt;/P&gt;&lt;P&gt;LOAD Document&lt;/P&gt;&lt;P&gt;From DocumentTable.qvd(qvd)&lt;/P&gt;&lt;P&gt;WHERE Has Comment = 'Y';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LEFT JOIN (TargetTable)&lt;/P&gt;&lt;P&gt;LOAD LEFT(Comment,1) as Document&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CONCAT(Comment,',') as Comment(s)&lt;/P&gt;&lt;P&gt;From CommentTable.qvd(qvd)&lt;/P&gt;&lt;P&gt;Group by&amp;nbsp;LEFT(Comment,1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 19:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-text-from-one-table-and-list-it-in-another-with-commas/m-p/2545322#M109834</guid>
      <dc:creator>WeLoveQlik</dc:creator>
      <dc:date>2026-03-23T19:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting text from one table and list it in another with commas...</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-text-from-one-table-and-list-it-in-another-with-commas/m-p/2545324#M109835</link>
      <description>&lt;P&gt;This is perfect. Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42840"&gt;@WeLoveQlik&lt;/a&gt;&amp;nbsp;!!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 19:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-text-from-one-table-and-list-it-in-another-with-commas/m-p/2545324#M109835</guid>
      <dc:creator>DEMONIO_AZUL</dc:creator>
      <dc:date>2026-03-23T19:32:06Z</dc:date>
    </item>
  </channel>
</rss>

