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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Simple: How to get running numbers

Dear All,
I new in qlikview programing, I have simple question, how do I get running number for the result and total found
Sample below:

No Name Address
1 John Doe Villa No.23
2 John Smith Ave No.32
3 James Smith Road No.2

Total found: 3

Thanks
Frenky

13 Replies
pover
Partner - Master
Partner - Master

Hi Frenky,

RecNo() and RowNo() will be different if you apply the filter in the script with a where statement. If you want dynamic row numbersin a table then you should use the rowno() function as an expression in the straight table.

See attached example.

Good luck

Not applicable
Author

Hi Karl,

Your sample fix my problem 🙂

But can wee use total found on the bottom of table? is should be easier to see if showing at below table

I no idea which table model should i use it.

pover
Partner - Master
Partner - Master

In the expression tab set the total mode as displayed in screenshot below for the column that has rowno().

Regards.

pover
Partner - Master
Partner - Master

And if you want the total to appear at the bottom of the table, that option is in the Presentation tab.

Regards.