<?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: How to show data in single column by concatenating multiple rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297256#M579865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for both the question and the answers. This was very helpful for me for a similar case.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2012 09:35:03 GMT</pubDate>
    <dc:creator>murozel76</dc:creator>
    <dc:date>2012-08-16T09:35:03Z</dc:date>
    <item>
      <title>How to show data in single column by concatenating multiple rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297252#M579861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In have a table in which there is information in multiple rows..&amp;nbsp; how can i concat all information in one row with some modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example i have a table given below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="F2.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/10515_F2.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want to show data in a separate table like in table given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="F1.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/10516_F1.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this can be achieved in Qlikview...? please find the attached application ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 07:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297252#M579861</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2012-01-23T07:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data in single column by concatenating multiple rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297253#M579862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same thing you can take in pivot chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will show as you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 08:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297253#M579862</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-23T08:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data in single column by concatenating multiple rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297254#M579863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei check the attach file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 08:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297254#M579863</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2012-01-23T08:09:36Z</dc:date>
    </item>
    <item>
      <title>How to show data in single column by concatenating multiple rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297255#M579864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Sushil :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using the following expression :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Sequence File : ' &amp;amp; maxstring({&amp;lt;T_TYPE = {"RUNTIME_ERROR_SEQUENCE_FILE"}&amp;gt;} T_MEASUREMENT) &amp;amp; chr(13) &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;'Sequence : ' &amp;amp; maxstring({&amp;lt;T_TYPE = {"RUNTIME_ERROR_SEQUENCE"}&amp;gt;} T_MEASUREMENT)&amp;amp; chr(13) &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;'Step : ' &amp;amp; maxstring({&amp;lt;T_TYPE = {"RUNTIME_ERROR_STEP"}&amp;gt;} T_MEASUREMENT)&amp;amp; chr(13) &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;'Code : ' &amp;amp; maxstring({&amp;lt;T_TYPE = {"RUNTIME_ERROR_CODE"}&amp;gt;} T_MEASUREMENT)&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿Just use it on a Simple Table or a Pivot Table and remember to check "Divide Cell Text" with a proper number of lines.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿Hope it helps,&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 08:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297255#M579864</guid>
      <dc:creator>forte</dc:creator>
      <dc:date>2012-01-23T08:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data in single column by concatenating multiple rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297256#M579865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for both the question and the answers. This was very helpful for me for a similar case.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 09:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297256#M579865</guid>
      <dc:creator>murozel76</dc:creator>
      <dc:date>2012-08-16T09:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to show data in single column by concatenating multiple rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297257#M579866</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 have a similar requirement.its a little complex. The thread can be found at&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/message/327257#327257"&gt;http://community.qlik.com/message/327257#327257&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 19:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-data-in-single-column-by-concatenating-multiple-rows/m-p/297257#M579866</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2013-03-27T19:36:02Z</dc:date>
    </item>
  </channel>
</rss>

