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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

display 1,2,3...for each row

Hi I have many rows in the table, i need to display numbers..like 1,2,3 for each subsquent  no series, how i can do that, im using qlikview 8 thanks

4 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

RecNo() or RowNo() may help.

MK_QSL
MVP
MVP

Load

     RowNo() as RowNumber,

     Field1,

     FIeld2,

     ....

From TableName;

Not applicable
Author

works well, but when i select some conditional fields (controls) after loading the data the number has jumped.. because of filters.. how can i get based on the filter the no series? any idea

MK_QSL
MVP
MVP

Provide sample of your script...