<?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: Autonumber() No Duplicates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Autonumber-No-Duplicates/m-p/1692578#M450707</link>
    <description>&lt;P&gt;Use RowNo() instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Load *, RowNo() as Row,
AUTONUMBER(Status) as Row1;
LOAD * INLINE [
Status, Data
a, 2
a, 2
b, 3
c, 4
a, 6
a, 2
];&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 10 Apr 2020 07:13:23 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2020-04-10T07:13:23Z</dc:date>
    <item>
      <title>Autonumber() No Duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/Autonumber-No-Duplicates/m-p/1692542#M450706</link>
      <description>&lt;P&gt;I am trying to use Autonumber() to generate a number for Cost and Customer.&amp;nbsp; I have sorted already sorted in the order needed but I do not want the Autonumber to repeat when multiple Customers have the same cost.&amp;nbsp; How do I end up with an Autogenerated Number equal to the number of rows with no duplicates when the cost is the same.&amp;nbsp; Example: If I have 4000 rows&amp;nbsp; I want my ending AutoNumber to be 4000 not 3500 with duplicates.&amp;nbsp; Hopefully, that makes sense.&amp;nbsp; Any help will be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Autonumber-No-Duplicates/m-p/1692542#M450706</guid>
      <dc:creator>bxprokop</dc:creator>
      <dc:date>2024-11-16T00:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Autonumber() No Duplicates</title>
      <link>https://community.qlik.com/t5/QlikView/Autonumber-No-Duplicates/m-p/1692578#M450707</link>
      <description>&lt;P&gt;Use RowNo() instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Load *, RowNo() as Row,
AUTONUMBER(Status) as Row1;
LOAD * INLINE [
Status, Data
a, 2
a, 2
b, 3
c, 4
a, 6
a, 2
];&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 10 Apr 2020 07:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Autonumber-No-Duplicates/m-p/1692578#M450707</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2020-04-10T07:13:23Z</dc:date>
    </item>
  </channel>
</rss>

