<?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: Display the row values as comma separated column values. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116942#M510448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below expression as calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AGGR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,','),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2018 07:51:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-06T07:51:24Z</dc:date>
    <item>
      <title>Display the row values as comma separated column values.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116939#M510445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table created in Qlik sense and it has 10 columns and there is a requirement to add another column which has multiple values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the ID which is one of the column , I have to add another column and the values should be comma separated. Is there a way I can solve this by the formula in expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="239" style="border: 1px solid #000000; width: 216px; height: 198px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;TID&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;963&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;258&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;741&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;789&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;654&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;951&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="119" style="border: 1px solid #000000; width: 586px; height: 96px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;TID&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123,456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;963,258,741&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;789,654,123,951&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the below query in dimension expression &lt;/P&gt;&lt;P&gt;=concat(TID,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its giving me an error saying invalid dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 06:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116939#M510445</guid>
      <dc:creator>ishanbansal1204</dc:creator>
      <dc:date>2018-07-06T06:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display the row values as comma separated column values.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116940#M510446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibly there is a way. And that could be suggested, if you could explain your requirement in bit more details; may be with an example with sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116940#M510446</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-06T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display the row values as comma separated column values.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116941#M510447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you try using like: = ID &amp;amp; ' , ' &amp;amp; TID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116941#M510447</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-06T07:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display the row values as comma separated column values.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116942#M510448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below expression as calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AGGR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,','),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116942#M510448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-06T07:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display the row values as comma separated column values.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116943#M510449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it's clear. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight table:&lt;/P&gt;&lt;P&gt;Dim: ID&lt;/P&gt;&lt;P&gt;Exp: &lt;STRONG&gt;Concat( Distinct TID, ',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using as calculated dimension, try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Concat(Distinct TID, ','), ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 07:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116943#M510449</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-06T07:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display the row values as comma separated column values.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116944#M510450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very Much. This is what I was looking for.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 08:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116944#M510450</guid>
      <dc:creator>ishanbansal1204</dc:creator>
      <dc:date>2018-07-06T08:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display the row values as comma separated column values.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116945#M510451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your expression you have grouped by ID. If we have 2 values to group what will be the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 08:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116945#M510451</guid>
      <dc:creator>ishanbansal1204</dc:creator>
      <dc:date>2018-07-06T08:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Display the row values as comma separated column values.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116946#M510452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check aggr() on help. It would be something like: Aggr( Concat(....), &lt;STRONG&gt;Dim1, Dim2&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 08:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-row-values-as-comma-separated-column-values/m-p/116946#M510452</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-06T08:49:58Z</dc:date>
    </item>
  </channel>
</rss>

