Microsoft
Software
Hardware
Network
Question : How to suppress a page header when only a sub report is visable (in group footer 1b)
How to suppress a header when only a sub report is visable (in group footer 1b)? I have new page after grolupb footer a and I want to conditionally suppress the page header text.
I currently have the following formula:
if pagenumber = 1 then yes else
If OnFirstRecord or {Command.PlanID} <> Previous ({Command.PlanID}) then
True
Else
False
Thanks for the help!
Answer : How to suppress a page header when only a sub report is visable (in group footer 1b)
I used if NextIsNull as my suppression criteria and it worked out just fine.
Thanks!
Random Solutions
Exchange 2007 Relay to External
Clients not connecting to WSUS
Craniosacral therapy risks
dcpromo a child domain
Maps for my Delphi Nav200
How to stablish a proper setup in MS Outlook 2003 encrypting mails
how can i translate gujarati sentence into english sentence ??
HP Laserjet 2420 not printing the first time when connected via usb from a laptop
Installer folder essentially empty - now problems
I wanted to parse out text in outlook using VBA and save the values in a spread sheet