Hi Everyone,
I have a detail page in my project, that will display the Users name, number, and Serial Number. The serial number should be unique and should not repeat, in my case. Let's say the first page contains 10 user details and the serial number is from 1 to 10. on the next page again the serial number starts from 1. But it should be 11. Kindly help to achieve this.
Regards,
Asik
Hi @SHAIK ASIK ,
I think you can try this:
Khuong
Hi Khuong Truong
Thanks a lot to give a solution.
Kindly Thanks Regards,
Asik.
Hi Shaik,
Do you have any column for serial number in your table with your data?
If not,
Can you please try from your source list of your table,
Pass as for eg: "users.list.currentrownumber+1".(rownumber starts from " 0" That's why added "1" With it by default), in the serial number column.
If your source list is same for the pages you have mentioned, this may work.
Please share your oml, if possible.
If I misunderstood.
I already did this it work that's not my issue
if I click to the next page the serial number again starts with 1 . now I want to know how to get a continuous number