<?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: Show multiple values in one cell (like current selections object) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614480#M226692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;concat(Distinct value,',')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 10:53:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-06T10:53:49Z</dc:date>
    <item>
      <title>Show multiple values in one cell (like current selections object)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614476#M226688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make my own 'current selections' overview with standard table graph (I don't want to use the standard current selections object)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&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;Value1&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;Value&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want this 'current selections' table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&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('s)&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;Value1('s)&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;Value2('s)&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3,4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A, B, C, D&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's easy when after selection only one value remains but is it also possible to show multiple values separated with comma?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 10:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614476#M226688</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2014-02-06T10:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Show multiple values in one cell (like current selections object)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614477#M226689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached&lt;/P&gt;&lt;P&gt;hope that's it&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 10:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614477#M226689</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2014-02-06T10:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show multiple values in one cell (like current selections object)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614478#M226690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could use the Concat function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 10:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614478#M226690</guid>
      <dc:creator>dirk_konings</dc:creator>
      <dc:date>2014-02-06T10:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show multiple values in one cell (like current selections object)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614479#M226691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;=CONCAT({&amp;lt;Value1=&amp;gt;} DISTINCT Value1,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly&lt;/P&gt;&lt;P&gt;=CONCAT({&amp;lt;Value=&amp;gt;} DISTINCT Value,',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 10:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614479#M226691</guid>
      <dc:creator />
      <dc:date>2014-02-06T10:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show multiple values in one cell (like current selections object)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614480#M226692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;concat(Distinct value,',')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 10:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614480#M226692</guid>
      <dc:creator />
      <dc:date>2014-02-06T10:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show multiple values in one cell (like current selections object)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614481#M226693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Straight table take ID as Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Concat(DISTINCT Value1) as expression1&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Use Concat(DISTINCT Value2) as expression2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 10:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614481#M226693</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-02-06T10:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show multiple values in one cell (like current selections object)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614482#M226694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dim ID&lt;/P&gt;&lt;P&gt;Try in expression side&lt;/P&gt;&lt;P&gt;concat( distinct Value1,', ') //for Value1&lt;/P&gt;&lt;P&gt;add 2nd expression&lt;/P&gt;&lt;P&gt;concat( distinct Value2,', ')&amp;nbsp; //for Value2&lt;/P&gt;&lt;P&gt;or you can try this on script also copy and paste this code&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; * Inline [&lt;/P&gt;&lt;P&gt;ID, Value1, Value2&lt;/P&gt;&lt;P&gt;123, 3, A&lt;/P&gt;&lt;P&gt;123, 3, B&lt;/P&gt;&lt;P&gt;123, 4, C&lt;/P&gt;&lt;P&gt;123, 4, D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;LOAD Concat(DISTINCT Value1,',') as New1,&lt;/P&gt;&lt;P&gt;Concat(DISTINCT Value2,',') as New2,&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;Resident T1&lt;/P&gt;&lt;P&gt;Group by ID;&lt;/P&gt;&lt;P&gt;DROP Table T1;&lt;/P&gt;&lt;P&gt;Reload it&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 10:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614482#M226694</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-02-06T10:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show multiple values in one cell (like current selections object)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614483#M226695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Concat (DISTINCT Value1 ,',')&amp;nbsp; in expression 1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Concat (DISTINCT Value ,',') in Expression 2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-multiple-values-in-one-cell-like-current-selections-object/m-p/614483#M226695</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-02-06T11:07:25Z</dc:date>
    </item>
  </channel>
</rss>

