Suppress page footer except last page (1 Viewer)

aaron58

New member
Local time
Today, 18:25
Joined
Oct 15, 2010
Messages
3
Hi,
I have designed an invoice in Crystal XI and have the following problem
In the page footer I have the Subtotal, taxes and total. I want the page footer to only print on the last page if I have multiple pages in the report. I can’t place it in the report footer as I process many invoices from the system.
I think that I should do it through the section expert and write a formula for suppress, such that when page N of M (if n=M don’t suppress, but if n<>M suppress), but I don’t know how to write the formula.
Any help appreciated
Thanks
Ron
 

boblarson

Smeghead
Local time
Today, 15:25
Joined
Jan 12, 2001
Messages
32,059
It's been a while since I've been able to use Crystal but I think the suppress formula for the footer would be:

[Page] <> [Pages]
 

aaron58

New member
Local time
Today, 18:25
Joined
Oct 15, 2010
Messages
3
Thanks, I found the formula
pagenumber<>totalpagenumber
 

boblarson

Smeghead
Local time
Today, 15:25
Joined
Jan 12, 2001
Messages
32,059
Thanks, I found the formula
pagenumber<>totalpagenumber

Glad you did. I was really guessing there as I haven't had a copy of Crystal in about 2 or 3 years now. It is my preferred report writer (especially over Access) but I don't get to use it where I'm at now.
 

aaron58

New member
Local time
Today, 18:25
Joined
Oct 15, 2010
Messages
3
thank for your helo
BTW its totalpagecount not totalpagenumber
 

Users who are viewing this thread

Top Bottom