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: 
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