Steelers1 Posted January 29, 2008 Posted January 29, 2008 I have a set of calcs & variables that are confounding me. I have a report that creates a new set of page numbers when sorted by the field "Type". I would like to have a header at the top of each page that shows page 1 of say 20 for "Type"=A, page 1 of 13 for "Type"=B, etc. Do I use variables in my print script to set the Total Number of Pages by Type? Do I create some loops in my Print script to print each "Type" seperately? Any ideas? :)
bcooney Posted January 29, 2008 Posted January 29, 2008 I think that you'll find an answer among the techniques discussed in this thread: Link
comment Posted January 29, 2008 Posted January 29, 2008 It's very easy to restart page numbering for each section. It's not at all easy to get the total number of pages in each (not to mention that after you get them, you need to put them somewhere - variables do not print). I'd say if you really need this, print each section separately.
Recommended Posts
This topic is 6203 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now