I am running Crystal v.8.
I have two groups in my report. Region (1) and Department (2). My detail line will only print if the total hours for an employee in that department is over a parameter driven number.
I have under detail format section > suppress > x-2 the following:
{@TOTAL} < {?hours}
@total is a formula that is simply a sum of different types of hours on the report (regular, vacation, sick, etc.)
Since I suppress the detail for anything under the hours passed in through a parameter, there are could be departments that have no data. For instance, if I run the report and say show employees that have worked more than 20 hours in a day, the report will pretty much be empty. However, my problem is, the group headings for both groups still print.
How can I suppress the group headings if no detail line under that group is being printed?
Thank you!
I have two groups in my report. Region (1) and Department (2). My detail line will only print if the total hours for an employee in that department is over a parameter driven number.
I have under detail format section > suppress > x-2 the following:
{@TOTAL} < {?hours}
@total is a formula that is simply a sum of different types of hours on the report (regular, vacation, sick, etc.)
Since I suppress the detail for anything under the hours passed in through a parameter, there are could be departments that have no data. For instance, if I run the report and say show employees that have worked more than 20 hours in a day, the report will pretty much be empty. However, my problem is, the group headings for both groups still print.
How can I suppress the group headings if no detail line under that group is being printed?
Thank you!