<?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: Count and Serialize the duplicated value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-and-Serialize-the-duplicated-value/m-p/794307#M280751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for excellent and fast reply. It is verified working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 09:19:35 GMT</pubDate>
    <dc:creator>atsushi_saijo</dc:creator>
    <dc:date>2015-01-15T09:19:35Z</dc:date>
    <item>
      <title>Count and Serialize the duplicated value</title>
      <link>https://community.qlik.com/t5/QlikView/Count-and-Serialize-the-duplicated-value/m-p/794305#M280749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a request, we have to count and serialize the duplicated values in such manner (see Col2): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="146.18181824684143" style="border: 1px solid rgb(0, 0, 0); width: 131.181818246841px; height: 129.181818246841px;"&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;Col1&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;Col2&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;b&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;c&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, we have 3 duplicated rows in Col1. User's request is to count gradually as loading script goes. Perhaps it's like comparing value with Previous(Col1), and if so, sum....&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How could we achieve such count? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*To obtain the total duplicated count, it is rather easy to group by and count Col1. But if we had to count as loading script goes, I wonder what could be the possibility?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 09:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-and-Serialize-the-duplicated-value/m-p/794305#M280749</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2015-01-15T09:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count and Serialize the duplicated value</title>
      <link>https://community.qlik.com/t5/QlikView/Count-and-Serialize-the-duplicated-value/m-p/794306#M280750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autonumber(recno(),Col1) as Col2&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 09:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-and-Serialize-the-duplicated-value/m-p/794306#M280750</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-15T09:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Count and Serialize the duplicated value</title>
      <link>https://community.qlik.com/t5/QlikView/Count-and-Serialize-the-duplicated-value/m-p/794307#M280751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for excellent and fast reply. It is verified working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 09:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-and-Serialize-the-duplicated-value/m-p/794307#M280751</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2015-01-15T09:19:35Z</dc:date>
    </item>
  </channel>
</rss>

