Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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