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: 
rogeriobarbosa
Contributor II
Contributor II

Return the line number of the table without disabling interactive classification

hi, I need a function that returns me the number of the table row, but can not disable the interactive classification, Rowno function ()
returns the number of rows but disables rankings, please help me.

4 Replies
MK_QSL
MVP
MVP

May be RecNo()

Better if you provide small sample file...

SunilChauhan
Champion II
Champion II

In script

let vNoOfrows=Noofrows('Tablename') in Expression

and in TextBox

=$(vNoOfrows)

hope this helps

Sunil Chauhan
rogeriobarbosa
Contributor II
Contributor II
Author

Look at my example please

MK_QSL
MVP
MVP

Attachment missing !