I have table with 3 columns .
S.NO NAME AGE
I need the serial number to be running as 1.1 1.2 1.3 ... etc (Till the rows end)
Is this possible .?
I have table with 3 columns .
S.NO NAME AGE
I need the serial number to be running as 1.1 1.2 1.3 ... etc (Till the rows end)
Is this possible .?
Copyright © 2021 Jogjafile Inc.
I hope this is what you are looking for.
And this is the sample project I created for you. It has the query to create the table called Person, a report project that has an rdl file.
In the rdl file, I've written some code in
Code
tab inReport Properties
window and in theGroup Properties
window ofAge
, check out theVariables
tab.Hope that helps!