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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drill Down or Show Section Based on Variable

Status
Not open for further replies.

Cozmo2

Technical User
Apr 7, 2006
87
US
Is there a way to either print a line or make it available via the drill-down option by passing a variable. For example,
if stringVar PrtHdr = "yes" show section else make available with as a drill-down?
 
You can Suppress a section based on data (or parameters)

Right click on the gray area to the left of the section you want, then choose Section Expert

Click on the formula box for Suppress, then enter the condition you want to suppress on, Such as:
shared stringvar PrtHdr;
PtrHdr = 'yes'
 
When I do that the Drill Down does not work.
 
Right now I am creating two reports. 1 to show all the GF4 lines and one to first show a Summary Page then drill down to student type then drill down to the award then drill down to the student receiving the award.
I was hoping for a more efficient way. Any thoughts?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top