cancel
Showing results for 
Search instead for 
Did you mean: 

How to show column headers that only appear when the user drills down to see Details

0 Kudos

My report has a Group Header, which displays a certain group of fields. And my Details section, which is hidden, contains a different set of fields.

I want to figure out how to display column headers for those fields, which you would only see when you drill down into Details.

Any help would be appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Awesome, thanks Abhilash. (I had everything right except the DrillDownGroupLevel=0 part.)

Also, just a note that you've helped me many times, and I appreciate the help.

Answers (1)

Answers (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Jon,

1. Insert a Group Header 1b section

2. Insert column headers for the fields on the Details Section in Group Header 1b.

3. Go to the Section Expert > Highlight Group Header 1b > Click the formula button beside 'Suppress' and use this code:

DrillDownGroupLevel = 0

-Abhilash