<?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: where to write recno() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639292#M679343</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;Attach some sample data and list some duplicate rows, so that it would be easier to give solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2014 07:00:00 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-05-20T07:00:00Z</dc:date>
    <item>
      <title>where to write recno()</title>
      <link>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639289#M679340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, which part of the script do I place the recno() function? I just want to count the number of duplicate rows and display in a table. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 05:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639289#M679340</guid>
      <dc:creator />
      <dc:date>2014-05-20T05:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: where to write recno()</title>
      <link>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639290#M679341</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;RecNo() is used in script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;RecNo() AS RecordNumber&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 06:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639290#M679341</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-20T06:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: where to write recno()</title>
      <link>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639291#M679342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh thank you, I've tried that, but &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;how do I determine the number of duplicate rows each record has? I have many records that have many duplicates and also records that only appear once, and I want to create another column that displays the number of duplicate rows for each record. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 06:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639291#M679342</guid>
      <dc:creator />
      <dc:date>2014-05-20T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: where to write recno()</title>
      <link>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639292#M679343</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;Attach some sample data and list some duplicate rows, so that it would be easier to give solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 07:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639292#M679343</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-20T07:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: where to write recno()</title>
      <link>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639293#M679344</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;You can use this simple example in your script for count the duplicate records and tag the duplicate records rows also see the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CountTable:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Count(ID) as Count&lt;/P&gt;&lt;P&gt;Resident Source&lt;/P&gt;&lt;P&gt;Group By ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InfoTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ID, &lt;/P&gt;&lt;P&gt;Count,&lt;/P&gt;&lt;P&gt;If(Count &amp;gt; 1,'Duplicate Records','No Duplicates') as Details&lt;/P&gt;&lt;P&gt;Resident CountTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table CountTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 07:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-to-write-recno/m-p/639293#M679344</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-20T07:17:44Z</dc:date>
    </item>
  </channel>
</rss>

