<?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 Combile multiple rows in one row data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combile-multiple-rows-in-one-row-data/m-p/2178#M792180</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;I have a raw data which is been spited by its item ID, Customer name, Country, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example if any cell row have: India, USA, Africa&lt;/P&gt;&lt;P&gt;This country is spited in different rows:&lt;/P&gt;&lt;P&gt;India&lt;/P&gt;&lt;P&gt;USA&lt;/P&gt;&lt;P&gt;Africa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to merge all this multiple entries in to single row. Please find attached file with 2 sheets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>DipeshVadgama</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Combile multiple rows in one row data</title>
      <link>https://community.qlik.com/t5/QlikView/Combile-multiple-rows-in-one-row-data/m-p/2178#M792180</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;I have a raw data which is been spited by its item ID, Customer name, Country, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example if any cell row have: India, USA, Africa&lt;/P&gt;&lt;P&gt;This country is spited in different rows:&lt;/P&gt;&lt;P&gt;India&lt;/P&gt;&lt;P&gt;USA&lt;/P&gt;&lt;P&gt;Africa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to merge all this multiple entries in to single row. Please find attached file with 2 sheets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combile-multiple-rows-in-one-row-data/m-p/2178#M792180</guid>
      <dc:creator>DipeshVadgama</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combile multiple rows in one row data</title>
      <link>https://community.qlik.com/t5/QlikView/Combile-multiple-rows-in-one-row-data/m-p/2179#M792182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no Cell row for all Strings which you want to split in sample? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combile-multiple-rows-in-one-row-data/m-p/2179#M792182</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-17T11:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Combile multiple rows in one row data</title>
      <link>https://community.qlik.com/t5/QlikView/Combile-multiple-rows-in-one-row-data/m-p/2180#M792183</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Item ID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concat([Customer Name], ', ') as [Customer Name], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concat(Counry, ', ') as Counry,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Package, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concat([Item Number], ', ') as [Item Number], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PASS/FAIL]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\Downloads\Qlik_Question.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is [Raw Data])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By [Item ID], Package, [PASS/FAIL];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190332_Capture.PNG" style="height: 61px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 12:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combile-multiple-rows-in-one-row-data/m-p/2180#M792183</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-17T12:15:47Z</dc:date>
    </item>
  </channel>
</rss>

