<?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 Table transformation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772119#M663547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table like this:&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;ID, ITEM&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;1, B&lt;/P&gt;&lt;P&gt;1, C&lt;/P&gt;&lt;P&gt;2, A&lt;/P&gt;&lt;P&gt;2, F&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Is there an effective mechanism for the transformation this table into:&lt;/P&gt;&lt;P&gt;------------------------------&lt;/P&gt;&lt;P&gt;ID, ITEMS&lt;/P&gt;&lt;P&gt;1, "A,B,C"&lt;/P&gt;&lt;P&gt;2, "A,F"&lt;/P&gt;&lt;P&gt;-----------------------------&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Oleg&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Feb 2015 16:22:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-09T16:22:07Z</dc:date>
    <item>
      <title>Table transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772119#M663547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table like this:&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;ID, ITEM&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;1, B&lt;/P&gt;&lt;P&gt;1, C&lt;/P&gt;&lt;P&gt;2, A&lt;/P&gt;&lt;P&gt;2, F&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Is there an effective mechanism for the transformation this table into:&lt;/P&gt;&lt;P&gt;------------------------------&lt;/P&gt;&lt;P&gt;ID, ITEMS&lt;/P&gt;&lt;P&gt;1, "A,B,C"&lt;/P&gt;&lt;P&gt;2, "A,F"&lt;/P&gt;&lt;P&gt;-----------------------------&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Oleg&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 16:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772119#M663547</guid>
      <dc:creator />
      <dc:date>2015-02-09T16:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772120#M663548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;ID, ITEM&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;1, B&lt;/P&gt;&lt;P&gt;1, C&lt;/P&gt;&lt;P&gt;2, A&lt;/P&gt;&lt;P&gt;2, F&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Concat(ITEM, ',') as ITEMS&lt;/P&gt;&lt;P&gt;Resident data&lt;/P&gt;&lt;P&gt;Group By&lt;/P&gt;&lt;P&gt;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 16:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772120#M663548</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-02-09T16:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772121#M663549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ITEM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, ',') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ITEMS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; TableName&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Likewise, you could just do it in the front end, have a straight table with ID as the dimension and Concat(ITEM, ',') as the expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 16:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772121#M663549</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-02-09T16:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772122#M663550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's Great!&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 16:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772122#M663550</guid>
      <dc:creator />
      <dc:date>2015-02-09T16:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772123#M663551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;ioannis giakoumakis&lt;/P&gt;&lt;P&gt;forgot to add the ID dimension.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;So it will be:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;data:&lt;BR /&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; * &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; ID, ITEM&lt;BR /&gt; 1, A&lt;BR /&gt;1, B&lt;BR /&gt; 1, C&lt;BR /&gt;2, A&lt;BR /&gt; 2, F&lt;BR /&gt; ]&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt; test:&lt;BR /&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;Concat&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;ITEM&lt;/SPAN&gt;, ',') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;ITEMS&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Resident&lt;/SPAN&gt; data&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Group&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;By&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;ID&lt;/SPAN&gt;&lt;BR /&gt;; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;DROP&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; data; // only if you do not want to keep the first table&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 16:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772123#M663551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T16:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table transformation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772124#M663552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for noticing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 16:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-transformation/m-p/772124#M663552</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-02-09T16:38:00Z</dc:date>
    </item>
  </channel>
</rss>

