Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

suppressing headers conditionally in drill down (CR10)

Status
Not open for further replies.

JeroenBoon

Technical User
Aug 15, 2002
106
NL
Hello,

I want to show and suppress headers and footers conditionally in the drill down. I know it has to be possible, but don't know how. Anyone?

Thanks, Jeroen.
 
Take a look at the function DrillDowngroupLevel.
This function will return a number indicating which group has been drilled into.
If the user hasn't drilled down yet, it returns 0, otherwise it returns the group number that they have drilled into.
So you can use this function to suppress sections accordingly.

~Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top