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: 
hjm35055
Partner - Contributor III
Partner - Contributor III

Chart function that counts number of rows in table

Hi,

I need help with a chart function that will count rows. Below you can see what I am looking for.  I need it to count as many rows in the table starting with 1.

Thank you!

Screen Shot 2018-01-19 at 2.20.21 PM.png

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

User RowNo() function.

View solution in original post

2 Replies
vishsaggi
Champion III
Champion III

User RowNo() function.

its_anandrjs
Champion III
Champion III

In Your load script add function Row()

Load

Entity ID,

Data,

Rowno() as RowCount

From Source.........