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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

You could try this:

= aggr(rowno(), Name)

- Marcus