LIne Nuumbers
LIne Nuumbers
I have a multi page report that needs to have a number assigned to each record. The number starts at 1 and is incremented by one for each record printed. It has to start all over again on the next page. Any idea how to accomplish this.
=> RE: LIne Nuumbers
Create a total that counts each record and resets at the page level.__Place it on the record band and it should do what you described.____Kathleen__R&R Support
-
- Posts: 36
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: LIne Nuumbers
How do you get a record count for grouped headers. I get 1, 7, 15 for my group recno() count field while on a group. If on a record group I get 1 thru 6 for first group, 7 thru 14 on second group etc. I want to have 1 for group 1, 2 for group 2, 3 for group 3 etc. How can this be programmed?____Thanks__dan
===> RE: LIne Nuumbers
You need a total that resets at the grand level. Then hit the Options button and change the accumulation frequency of the total to once per the group field.____Kathleen__R&R Support