Serial Number

1 Answer 15 Views
Grouping Report Designer (standalone)
MasiULLAH
Top achievements
Rank 1
Iron
MasiULLAH asked on 28 Jan 2025, 08:06 AM

"How can I get continuous serial numbers (1, 2, 3, 4, etc.) in a grouped table with 12 columns? Currently, the 'Column()' is only displaying 1. How can I generate a proper serial number for the grouped table?"

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 29 Jan 2025, 03:52 PM

Hi MasiULLAH,

Thank you for the attached screenshot!

Do you need to change the number based on the current column or row?

For columns, you can indeed use the ColumnNumber(scope) function, and for rows - the RowNumber(scope) function. If the value does not change as expected, you may need to provide a bigger scope to the function through the first argument, for example - the whole table by the table name or the table group:

= RowNumber("table1")

For more information on the topic, you may refer to the Data Functions at a Glance - Telerik Reporting article.

If you need further assistance, please send me a copy of the report and sample data that I can use to preview it locally.

Regards,
Dimitar
Progress Telerik

Stay tuned by visiting our roadmap and feedback portal pages, enjoy a smooth take-off with our Getting Started resources, or visit the free self-paced technical training at https://learn.telerik.com/.
MasiULLAH
Top achievements
Rank 1
Iron
commented on 30 Jan 2025, 10:08 AM

THANKYOU FOR YOUR ANSWER ITS WORKING 
Tags
Grouping Report Designer (standalone)
Asked by
MasiULLAH
Top achievements
Rank 1
Iron
Answers by
Dimitar
Telerik team
Share this question
or