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: 
risabhroy_03
Partner - Creator II
Partner - Creator II

Adding Row No

I have a straight table and I want to add a new column which shows me the row number like 1,2,3,4,.....

I used Rowno() in front end but it is giving me '-'.

I also used Rowno() as Serial in the data load editor but it is giving me some unusual values.

 

Please help.

1 Solution

Accepted Solutions
fallenangel6
Creator
Creator

try RowNo(TOTAL) in measure 

 

View solution in original post

1 Reply
fallenangel6
Creator
Creator

try RowNo(TOTAL) in measure