crystal 9
I have a report that is grouped by salesperson then by account number. GH1a displays the salesperson's name, the total value of all the accounts they cover, the total commission generated from those accounts and a calculation showing total commission as a percentage of total assets.
GH1b contains my column headings (text boxes).
GH2 is set up similar to GH1a but at the account level. It contains account number, total assets, total commission and a calculation for commissions charged as a percentage of account assets.
I am conditionally suppressing GH2 as follows: {@Comm Rate} < 5 or Sum ({table_comm}, {table_acct}) < 501. This displays only those accounts that were charged at a rate greater than 5% of assets where the commissions were at least $500.
Here is my issue. Several salespeople don't have any accounts that meet this criteria so there are no values shown in GH2. How do I suppress GH1a and GH1b when there are no values displayed in GH2? I'm only intersted in showing salespeople that have at least one account that meets this criteria.
I have a report that is grouped by salesperson then by account number. GH1a displays the salesperson's name, the total value of all the accounts they cover, the total commission generated from those accounts and a calculation showing total commission as a percentage of total assets.
GH1b contains my column headings (text boxes).
GH2 is set up similar to GH1a but at the account level. It contains account number, total assets, total commission and a calculation for commissions charged as a percentage of account assets.
I am conditionally suppressing GH2 as follows: {@Comm Rate} < 5 or Sum ({table_comm}, {table_acct}) < 501. This displays only those accounts that were charged at a rate greater than 5% of assets where the commissions were at least $500.
Here is my issue. Several salespeople don't have any accounts that meet this criteria so there are no values shown in GH2. How do I suppress GH1a and GH1b when there are no values displayed in GH2? I'm only intersted in showing salespeople that have at least one account that meets this criteria.