<?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 How to concat data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-concat-data/m-p/2467408#M1225880</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Need to concat data for column 1 as shown in the picture.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paknanarn23_0-1719974255658.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168803i78A8F85F8E990230/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Paknanarn23_0-1719974255658.png" alt="Paknanarn23_0-1719974255658.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I tried this code&amp;nbsp;&lt;STRONG&gt; Concat({&amp;lt;Column = {'Column 1'}&amp;gt;} SUM_ReMark, chr(10))&lt;/STRONG&gt;&lt;BR /&gt;But the results were reversed. What should I do?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2024 02:38:41 GMT</pubDate>
    <dc:creator>Paknanarn23</dc:creator>
    <dc:date>2024-07-03T02:38:41Z</dc:date>
    <item>
      <title>How to concat data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-concat-data/m-p/2467408#M1225880</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Need to concat data for column 1 as shown in the picture.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paknanarn23_0-1719974255658.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168803i78A8F85F8E990230/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Paknanarn23_0-1719974255658.png" alt="Paknanarn23_0-1719974255658.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I tried this code&amp;nbsp;&lt;STRONG&gt; Concat({&amp;lt;Column = {'Column 1'}&amp;gt;} SUM_ReMark, chr(10))&lt;/STRONG&gt;&lt;BR /&gt;But the results were reversed. What should I do?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 02:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-concat-data/m-p/2467408#M1225880</guid>
      <dc:creator>Paknanarn23</dc:creator>
      <dc:date>2024-07-03T02:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to concat data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-concat-data/m-p/2467415#M1225881</link>
      <description>&lt;P&gt;Remove Concat_Row column from the chart and use&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Concat([Column 1],',') assuming that Column 1 is the name of the filed you are trying to concatenate&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;If you wish to list only distinct values then use&amp;nbsp;Concat(Distinct [Column 1],',')&lt;/LI&gt;
&lt;LI&gt;If your [Column 1] is a measure then the epression would need to take into account dimensionality of the chart (dimensions) and it would be somithing like:
&lt;UL&gt;
&lt;LI&gt;Concat(Aggr("your measure expression",Dim1,Dim2,Dim3),',')
&lt;UL&gt;
&lt;LI&gt;your measure expression could be whatever is producing Column 1: for example Sum(Sales)&lt;/LI&gt;
&lt;LI&gt;Dim1, Dim2, Dim3 etc.. are the dimensions which drive granularity of your required concatenation&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 03:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-concat-data/m-p/2467415#M1225881</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2024-07-03T03:03:05Z</dc:date>
    </item>
  </channel>
</rss>

