I am new to Crystal and I have a question re: grouping.
Say I have a report based on one table and in the detail area I have customer number, invoice number, invoice amount, Salesperson1, Salesperson2.
Sometimes a specific salesperson in in Salesperson1 or Salesperson2 filed. I would like for each invoice to be able to show in the detail twice ( once belonging to Salesperson1 then SP2), then I would like to group by salesperson so that if a salesperson named John will show both invoices where John is SP1 and SP2.
I was able to show the invoice info twice by splitting the detail section in a and b but I have trouble grouping. Although the invoice shows twice in the total is added once.
I really appreciate your help
Say I have a report based on one table and in the detail area I have customer number, invoice number, invoice amount, Salesperson1, Salesperson2.
Sometimes a specific salesperson in in Salesperson1 or Salesperson2 filed. I would like for each invoice to be able to show in the detail twice ( once belonging to Salesperson1 then SP2), then I would like to group by salesperson so that if a salesperson named John will show both invoices where John is SP1 and SP2.
I was able to show the invoice info twice by splitting the detail section in a and b but I have trouble grouping. Although the invoice shows twice in the total is added once.
I really appreciate your help