I have two Drill Down problems. Even if you help me on one of them, it would be appreciated.
I am using Crystal Rpt 9.
I have a parameter basically asking A or B.
If A is selected:
I need two Groups:
For First Group: I made a function @Group1, really simple:
if {?parameter}="A" then {tableNm.FieldNm}
Second Group is not a function, regular field group.
If B is selected:
The second group when A was selected is this time my first group.
And I have two more functions @Group3, @Group4.
My @Group3 and @Group4 functions are again simple:
if {?parameter}="B" then {TableNm.FieldNm}
To sum up when I go to Group Expert, this is how it looks
@Group1
Field
@Group2
@Group3
Question1:
When parameter A is selected, report is good but on the very left, after you drill down twice, there are two more empty + signs to drill further down, of course there is nothing but there they are. Any help?
Question2:
When parameter B is selected, I have one empty + sign to drill down to start with. After that I can see other two drill downs.
I currently have this code for Group Header#1 for Suppress when I go to section Expert. I thought it sould have fixed.
if {?parameter}="A" then
true
else
false
It supresses but the drill down is there!!!!
I can write this report all over, so any input is welcome.
For Question1:
I guess I need to somehow tell Crystal that 2 groups will be used instead of 4 when parameter A is selected than one of the drill down + sign is going to go away.
Thanks
I am using Crystal Rpt 9.
I have a parameter basically asking A or B.
If A is selected:
I need two Groups:
For First Group: I made a function @Group1, really simple:
if {?parameter}="A" then {tableNm.FieldNm}
Second Group is not a function, regular field group.
If B is selected:
The second group when A was selected is this time my first group.
And I have two more functions @Group3, @Group4.
My @Group3 and @Group4 functions are again simple:
if {?parameter}="B" then {TableNm.FieldNm}
To sum up when I go to Group Expert, this is how it looks
@Group1
Field
@Group2
@Group3
Question1:
When parameter A is selected, report is good but on the very left, after you drill down twice, there are two more empty + signs to drill further down, of course there is nothing but there they are. Any help?
Question2:
When parameter B is selected, I have one empty + sign to drill down to start with. After that I can see other two drill downs.
I currently have this code for Group Header#1 for Suppress when I go to section Expert. I thought it sould have fixed.
if {?parameter}="A" then
true
else
false
It supresses but the drill down is there!!!!
I can write this report all over, so any input is welcome.
For Question1:
I guess I need to somehow tell Crystal that 2 groups will be used instead of 4 when parameter A is selected than one of the drill down + sign is going to go away.
Thanks