<?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 merge matching rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662885#M673103</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;Table1:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;A, B, C, D, E, F, Amount&lt;BR /&gt;1, 2, 3, 4, 5, 6, 500&lt;BR /&gt;1, 2, 3, 4, 5, 6, 500&lt;BR /&gt;1, 2, 7, 4, 5, 6, 400&lt;BR /&gt;1, 2, 7, 4, 5, 6, 400&lt;BR /&gt;1, 2, 8, 4, 5, 6, 200&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Table1)&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Load * Inline [&lt;BR /&gt;A, B, C, D, E, F, Amount&lt;BR /&gt;1, 2, 3, 4, 5, 6, 1000&lt;BR /&gt;1, 2, 7, 4, 5, 6, 800&lt;BR /&gt;1, 2, 8, 4, 5, 6, 200&amp;nbsp; &lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this, Reload the Application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use A,B,C,D,E,F as Dimensions&lt;/P&gt;&lt;P&gt;&amp;amp; Use Sum(Amount) as Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2014 04:51:22 GMT</pubDate>
    <dc:creator>aveeeeeee7en</dc:creator>
    <dc:date>2014-09-10T04:51:22Z</dc:date>
    <item>
      <title>How to merge matching rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662880#M673098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A B C D E F Amount&lt;/P&gt;&lt;P&gt;1 2 3 4 5 6&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;1 2 3 4 5 6&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;1 2 7 4 5 6&amp;nbsp;&amp;nbsp; 400&lt;/P&gt;&lt;P&gt;1 2 7 4 5 6&amp;nbsp;&amp;nbsp; 400&lt;/P&gt;&lt;P&gt;1 2 8 4 5 6&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load this table by merging similar rows in to one&amp;nbsp; like this&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;A B C D E F&amp;nbsp;&amp;nbsp; sum(Amount)&lt;/P&gt;&lt;P&gt;1 2 3 4 5 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;1 2 7 4 5 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 800&lt;/P&gt;&lt;P&gt;1 2 8 4 5 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 03:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662880#M673098</guid>
      <dc:creator />
      <dc:date>2014-09-10T03:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge matching rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662881#M673099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;A,B,C,D,E,F,Amount&lt;BR /&gt;1,2,3,4,5,6,&amp;nbsp; 500&lt;BR /&gt;1,2,3,4,5,6,&amp;nbsp; 500&lt;BR /&gt;1,2,7,4,5,6,&amp;nbsp; 400&lt;BR /&gt;1,2,7,4,5,6,&amp;nbsp; 400&lt;BR /&gt;1,2,8,4,5,6,&amp;nbsp; 200&lt;BR /&gt;]&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;Table2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;A&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;B&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;C&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;D&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;E&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;F&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;Amount&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;Value&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Table1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;By&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;A&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;B&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;C&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;D&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;E&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: #800000; font-size: 8pt;"&gt;F&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 03:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662881#M673099</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-09-10T03:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge matching rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662882#M673100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script use Resident Group:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZZ:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;A, B, C, D, E, F, Amount&lt;/P&gt;&lt;P&gt;1, 2, 3, 4, 5, 6,&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;1, 2, 3, 4, 5, 6,&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;1, 2, 7, 4, 5, 6,&amp;nbsp;&amp;nbsp; 400&lt;/P&gt;&lt;P&gt;1, 2, 7, 4, 5, 6,&amp;nbsp;&amp;nbsp; 400&lt;/P&gt;&lt;P&gt;1, 2, 8, 4, 5, 6,&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XX:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C, D, E, F, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Amount) as TAmount&lt;/P&gt;&lt;P&gt;resident ZZ &lt;/P&gt;&lt;P&gt;group by A,B,C,D,E,F;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE ZZ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="p05.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/66420_p05.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 04:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662882#M673100</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-09-10T04:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge matching rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662883#M673101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do in script level then above solution must work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want in front end&lt;/P&gt;&lt;P&gt;Simply take Straight table&lt;/P&gt;&lt;P&gt;Add Dimension A,B,C,D,E,F&lt;/P&gt;&lt;P&gt;and Write Expression Sum(Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your reference i am attaching sample file also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 04:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662883#M673101</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-10T04:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge matching rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662884#M673102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have new problem now. I added new column G for the above table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZZ:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;A, B, C, D, E, F, G,&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P&gt;1, 2, 3, 4, 5, 6, 1,&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;1, 2, 3, 4, 5, 6, 1,&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;1, 2, 7, 4, 5, 6, 2,&amp;nbsp;&amp;nbsp; 400&lt;/P&gt;&lt;P&gt;1, 2, 7, 4, 5, 6, 3,&amp;nbsp;&amp;nbsp; 400&lt;/P&gt;&lt;P&gt;1, 2, 8, 4, 5, 6, 1,&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to group by A B C D E F&amp;nbsp; But I want to see G rather all the remaining values when the user mouse over the Amount cell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 04:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662884#M673102</guid>
      <dc:creator />
      <dc:date>2014-09-10T04:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge matching rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662885#M673103</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;Table1:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;A, B, C, D, E, F, Amount&lt;BR /&gt;1, 2, 3, 4, 5, 6, 500&lt;BR /&gt;1, 2, 3, 4, 5, 6, 500&lt;BR /&gt;1, 2, 7, 4, 5, 6, 400&lt;BR /&gt;1, 2, 7, 4, 5, 6, 400&lt;BR /&gt;1, 2, 8, 4, 5, 6, 200&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Table1)&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Load * Inline [&lt;BR /&gt;A, B, C, D, E, F, Amount&lt;BR /&gt;1, 2, 3, 4, 5, 6, 1000&lt;BR /&gt;1, 2, 7, 4, 5, 6, 800&lt;BR /&gt;1, 2, 8, 4, 5, 6, 200&amp;nbsp; &lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this, Reload the Application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use A,B,C,D,E,F as Dimensions&lt;/P&gt;&lt;P&gt;&amp;amp; Use Sum(Amount) as Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 04:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662885#M673103</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-09-10T04:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge matching rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662886#M673104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your expected output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this ?&lt;/P&gt;&lt;P&gt;G, Amount&lt;/P&gt;&lt;P&gt;1,1000&lt;/P&gt;&lt;P&gt;2,800&lt;/P&gt;&lt;P&gt;3,800&lt;/P&gt;&lt;P&gt;1,200&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 05:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662886#M673104</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-09-10T05:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge matching rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662887#M673105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no like this when the user mouse over 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should pop up as &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;A, B, C, D, E, F, G,&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;1, 2, 3, 4, 5, 6, 1,&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;1, 2, 3, 4, 5, 6, 1,&amp;nbsp;&amp;nbsp; 500&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;If G column different also it should display like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;A, B, C, D, E, F, G,&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;1, 2, 3, 4, 5, 6, 1,&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;1, 2, 3, 4, 5, 6, 2 ,&amp;nbsp; 500&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 05:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-matching-rows/m-p/662887#M673105</guid>
      <dc:creator />
      <dc:date>2014-09-10T05:36:17Z</dc:date>
    </item>
  </channel>
</rss>

