Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I want to add a serial in Table Box as the first column, How do I do that??
Cheers,
Fayez
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.