<?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: Add a Rowno() on many added tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-a-Rowno-on-many-added-tables/m-p/1746415#M721217</link>
    <description>&lt;P&gt;So, for the sample above you want the row numbers to be 1 to 6, right? It seems to work when I use RowNo(). If you want 1 to 3, you can use RecNo()&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;table1:
LOAD RowNo() as RowNo,
	 RecNo() as RecNo,
	 *;
LOAD * INLINE [
    Field1, Field2
    a, b
    c, d
    e, f
];

Concatenate(table1)
LOAD RowNo() as RowNo,
	 RecNo() as RecNo,
	 *;
LOAD * INLINE [
    Field1, Field2
    g, h
    i, j
    k, l
];&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 208px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41059i0067FCD6EAD36D06/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 12:54:17 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-09-23T12:54:17Z</dc:date>
    <item>
      <title>Add a Rowno() on many added tables</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-Rowno-on-many-added-tables/m-p/1746402#M721216</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have many xlsx file going from 2005 to 2020. I'm starting by loading the 2020.xlsx file and add the others by making a "ADD LOAD" one by one (they have some differences). At the end I have the table I want and can easily explain how to add the future one to my colleagues with the "ADD LOAD" commented above. However i can't manage to add an ID to every row since it reapeat itself when i put it at every table and dosn't cover every row if i put it at the begining/end.&lt;/P&gt;&lt;P&gt;Here's a demonstration :&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Field1, Field2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a, b&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c, d&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e, f&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ADD LOAD * INLINE [&lt;BR /&gt;Field1, Field2&lt;BR /&gt;g, h&lt;BR /&gt;i, j&lt;BR /&gt;k, l&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can i add an ID to the final result of this (the files are really big) ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-Rowno-on-many-added-tables/m-p/1746402#M721216</guid>
      <dc:creator>Antoine553</dc:creator>
      <dc:date>2024-11-16T18:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Rowno() on many added tables</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-Rowno-on-many-added-tables/m-p/1746415#M721217</link>
      <description>&lt;P&gt;So, for the sample above you want the row numbers to be 1 to 6, right? It seems to work when I use RowNo(). If you want 1 to 3, you can use RecNo()&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;table1:
LOAD RowNo() as RowNo,
	 RecNo() as RecNo,
	 *;
LOAD * INLINE [
    Field1, Field2
    a, b
    c, d
    e, f
];

Concatenate(table1)
LOAD RowNo() as RowNo,
	 RecNo() as RecNo,
	 *;
LOAD * INLINE [
    Field1, Field2
    g, h
    i, j
    k, l
];&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 208px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41059i0067FCD6EAD36D06/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 12:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-Rowno-on-many-added-tables/m-p/1746415#M721217</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-23T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Rowno() on many added tables</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-Rowno-on-many-added-tables/m-p/1746425#M721218</link>
      <description>&lt;P&gt;thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 13:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-Rowno-on-many-added-tables/m-p/1746425#M721218</guid>
      <dc:creator>Antoine553</dc:creator>
      <dc:date>2020-09-23T13:13:25Z</dc:date>
    </item>
  </channel>
</rss>

