Home
Analytics
Display Serial numbers in table
KavithaD
Hi ,
I want to display serial numbers column in my table.Can any one tell me how to achieve this.
Sl .No Name Id
1 name1 id1
2 name2 id2
3 name3 id3
4 name4 id4
Thank you,
Kavitha
Find more posts tagged with
Comments
mwilliams
Hi Kavitha,
You should be able to add a column to the left side of your table and use an aggregation with the function 'RUNNINGCOUNT' and it should count your rows.
KavithaD
Thank you it works for me.