Drill down to Details from any grouping level

Hello,

I have a report with three groups. When the report runs, the first two groups are visible by default. There is a parameter that asks a user if they want to see the third group. If this is not chosen I would like to still be able to drill down to the Details section from the second group. How can I drill down to the details from this grouping level?

Thank you for any help!


victoria61428 (BOB member since 2015-05-03)

In section expert enter something similar to the following into the suppress formula section

DrillDownGroupLevel < 1

If you need it only supressed when the other GH is not shown you can add a if statement and refrence the formula that hides the GH.


pidgeon001 :australia: (BOB member since 2012-03-06)

Thank you! I will try that!


victoria61428 (BOB member since 2015-05-03)