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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Add Serial In Table Box

Hi ,

I want to add a serial in Table Box as the first column, How do I do that??

Cheers,

Fayez

1 Reply
Miguel_Angel_Baeyens

Hello Fayez,

You can use either a straight table instead, where you can set an expression, or write a new field in your script using RowNo() as the Field Number.

The RowNo() approach would work, since if you are using a table box you are not doing any aggregation to the data.

Hope that helps.