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
How to connect Hyper-V Server 2008 R2 to Cluster Shared Volumes
Manageing Multiple Time Zones in GoldMine CRM
Error: "The site <sitename> could not be found in the Web application SPWebApplication Name=MOSS Parent=SPWebService"
Q945119 - storport.sys 5.2.3790.4189
Configuration for QNAP TS-410U after reset
Public Desktop Icons not showing in RDP sessions
DOS Batch script to Copy/Delete Files with Date in File Name
Exchange 2010 Rollup 3 Issues
NAT setting and vmware
how can I read more then one cell an excel file in vb.net