Using CR 8.5, I want to suppress one of the group headers until the details section gets displayed.
I created formulas
// {@true} as
whileprintingrecords;
booleanvar flag := true;
// {@false} as
whileprintingrecords;
booleanvar flag := false;
I drag the false onto a different header, and in the header I want to hide I put into the
Change Format --> Suppress X + 2 (am I suppsed to click the suppress checkbox itself? I tried with and without.)
the formula
WhilePrintingRecords;
// BooleanVar HideMe ;
BooleanVar flag := true;
// HideMe AND flag
so far so good, now the header I want disappeared is indeed gone.
Now I drag the true formula onto the details region. Delete the copy that pops up in the PH section.
The header I wanted does not come back at any level.
So now I've tried various combinations of putting true and false formulas in various locations, & nothing seems to work. The header either is off or on, always.
I created formulas
// {@true} as
whileprintingrecords;
booleanvar flag := true;
// {@false} as
whileprintingrecords;
booleanvar flag := false;
I drag the false onto a different header, and in the header I want to hide I put into the
Change Format --> Suppress X + 2 (am I suppsed to click the suppress checkbox itself? I tried with and without.)
the formula
WhilePrintingRecords;
// BooleanVar HideMe ;
BooleanVar flag := true;
// HideMe AND flag
so far so good, now the header I want disappeared is indeed gone.
Now I drag the true formula onto the details region. Delete the copy that pops up in the PH section.
The header I wanted does not come back at any level.
So now I've tried various combinations of putting true and false formulas in various locations, & nothing seems to work. The header either is off or on, always.