Add row number to report?
Hi, I would like to add a simple increasing row number for the records in my table.
Would this be possible from Reporting or only by adding the column in the data itself?
0
-
If your table is being filled by rows from the report's data source, you can use the following expression:
[DataSource.CurrentRowIndex] + 1
You would want to select your table cell or label control, open the Expressions panel on the right, and set this for the "Text" expression. If you use the (...) button to open the expression editor, you can find DataSource.CurrentRowIndex mentioned in the "Variables" category.
1
Please sign in to leave a comment.
Comments
1 comment