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

Drill down

Status
Not open for further replies.

jelrose15

IS-IT--Management
Aug 26, 2003
2
PH
in crystal report 8.5, for example in the our project Statistical Report i must group it and hide drill down from the page header. The problem is i can't stay the page header in the drill down. Becase i have 3 groups each of them have their own page header. In the 2nd page header we can't stay the page header of it and so on.

I need help.
 
If you want different page headers for each group, why not insert another group header section and put the "page header" fields there and in report->change group expert->options check "Repeat group header on each page". This would then be available on drilldown, too.

If for some reason you had to use the page header section, you could insert separate page header sections per group, and conditionally suppress each one with:

{table.groupfield} <> &quot;groupvalue&quot;

You would need to have &quot;Show all headers on drilldown&quot; checked under File->Report Options in order to see the page header on drilldown.

-LB
 
lbass,

Thanks for your help. I really appreciate that.

jelrose15
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top