Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
guruprem
Partner - Creator III
Partner - Creator III

Sno in a Qlik Sense Table

Hi,

One of my user would like to see the data in Qlik Sense in typical table with Sno as column one. Idea is, he wants export this table it to Excel and do some more activity such as sharing with others.  Please suggest how to generate Serial numbers dynamically ?

1 Solution

Accepted Solutions
Not applicable

Hi Guruprem,

Try using RowNo(Total)

Regards,

Rohan

View solution in original post

7 Replies
arulsettu
Master III
Master III

may be while loading the excel add this

load RowNO() as Sno,

       ............

       ............

     from................

guruprem
Partner - Creator III
Partner - Creator III
Author

Arul,

In that way it might be static Sno. To be specific when it comes to front end, that Sno does not come as 1,2,3 if my selection has only 3 rows it may come some thing as 1,6,10 since this Sno is generated at the back end.

arulsettu
Master III
Master III

can you post some sample...

arulsettu
Master III
Master III

or try

load RecNo() as Sno

Not applicable

Hi Guruprem,

Add a new Measure in your table chart with Expression as RowNo().

It changes according to selection dynamically.

Regards,

Rohan

guruprem
Partner - Creator III
Partner - Creator III
Author

Hi,

Intially I thought Rowno() as measure would work , but when I implement something funny like below has happend (all that row populated only with 1). Any suggestion?

Rowno().PNG

Not applicable

Hi Guruprem,

Try using RowNo(Total)

Regards,

Rohan