Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Row number in straight table

Hi,

How can I add the Row number to each row in a Straight Table.

Thanks

2 Replies
matt_crowther
Specialist
Specialist

=rowno() should do it.

Matt - Visual Analytics Ltd

hectorgarcia
Partner - Creator III
Partner - Creator III

use rowno(TOTAL), it will accumulate by one and will show you the row number you are looking for.

regards

hector