Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
sspawar88
Creator II
Creator II

Autonumber(), Recno(), rowno()

Can anyone please tell me what is the use of these function with short Exmaple ?

10 Replies
Imran_Shaikh
Contributor
Contributor

Hi Satish,

RowNo( )  returns current row number of value

RecNo( ) shows the actual row number of value in records (row number of field, even if some of the records are not being pulled, it will give you the actual number of the record)

 

hope this clears the doubt.