cancel
Showing results for 
Search instead for 
Did you mean: 

Drill down issues

Former Member
0 Kudos

Hello all,

I have in my report 4 groups.

[a]I would like the footer of group 1 to be displayed whenever group2,group3 or group4 is displayed.

For this purpose I defined in the selection expert for the footer of group to suppress drill down if following formula is met:

if DrillDownGroupLevel=0 then TRUE

Nonetheless from the moment DrillDownGroupLevel>=2 group footer1 is not displayed anymore?

<b> Moreover, I would like after each drilling to display all previous levels as well,

and not only 1 level:

On level 0: group 1

1: group 1, group 2

2: group1, group2, group3

....

Is this possible to achieve in CR? If yes how?

thanks a lot for your feedback.

Edited by: Herman Riegelhaupt on Jun 27, 2008 3:32 PM

Accepted Solutions (1)

Accepted Solutions (1)

vitaly_izmaylov
Employee
Employee
0 Kudos

I would advise to try the following :

1. Go to File > Report Options and put check mark in "Show All Headers On Drill Down"

(it works for Group Footers)

2. Group Footer 2 suppression formula: DrillDownGroupLevel<1

3. Group Footer 3 suppression formula: DrillDownGroupLevel<2

4. Group Footer 4 suppression formula: DrillDownGroupLevel<3

etc.

Answers (0)