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 needs to bypasssuppressed level

Status
Not open for further replies.

BeeBear

Technical User
Sep 4, 2005
71
AU
Hi There,

Using CR V10.

This report contains 2 group levels, Grp 1 and Grp 2 (the inner group).

The data displayed when the user opens the report is in Grp 1 footer, as summary totals etc. I have suppressed Grp 2, and I want the user to be able to drill-down directly into the Detail section, rather than through Group 2.

Is there a way that I can set it up so when the user double-clicks on the summary data in Group Footer 1, they drill straight down to the details level?

Thanks


regards

BB

*** Count your blessings not your problems******
:)
 
You could create a formula which is based upon a concatenation of the fields for group1 and Group2

eg
@Group
Grp1Field&Grp2Field

If these fields are not text you will need
to convert to text first.

Replace grp 1 with this formula and delete group 2.

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top