Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

AutoGenerate Row number in Chart

Hi

I am trying to annonomys some data which currently shows Name, and total meetings missed within a period.  I can hide the names from the chart, but I want to show that each row is an individual.

I thought I could do this by autogenerate row number, but I can only find examples of this for load script.

Any thoughts / help ??

Thanks in advance

Phil

1 Reply
marcus_sommer

You could try this:

= aggr(rowno(), Name)

- Marcus