This topic is locked

Display and Print Row Numbers on List Page and

8/5/2013 4:40:39 PM
PHPRunner General questions
D
DUKE author

Hi Guys,
One of my clients have a database with a substantial amount of records. Using the search panel they filter the records to export or print them.
They need all the filtered records to be numbered from 1 to (how many there are). This has to be displayed on the list page and on the printer friendly pages as well.
Thanks!

D
DUKE author 8/6/2013



Check this thread http://www.asprunner.com/forums/topic/20596-display-row-line-number-master-or-detail-lists/


Thanks! I saw this thread and tried the solution but could not get it to work.
I am currently trying the following:
Add an extra field to the table that can be used as a row number. Then add the numbers using "After record processed"...
I was just wondering whether there is a more stright forward way..

C
cgphp 8/6/2013

Why the above solution doesn't work? Please, post your query here.

L
lijn76 8/18/2013



Why the above solution doesn't work? Please, post your query here.


Look here, this was the solution for me !

I made the field "rang" (INT and left it empty) in the database because I could not export the report, now it does

The first part is for numbering rows

The second is for numbering rows within groups

Hope it helps you :-)
http://www.asprunner...-within-groups/