I have a report with 2 groups.
Group # 1 = Account Name
Group # 2 = Phones
The phones group is also the following formula:
If {tblCustomerInventory.ItemDescription} like ["*Phone*", "*Terminal*"] then "Phones" else {tblCustomerInventory.ItemDescription}
I'm trying to get the detail for the phones group to be suppressed when it's printing on all lines except the first one.
Here is an example of the current data:
Item # Item Description Summary = Count of Ph Qty SN# Purchase Date
0890043 Phones 55 1 L266035B08976C 1/16/04
Phones 1 L266035B08974C 1/16/04
Here is what I want to have:
Item # Item Description Summary = Count of Ph Qty SN# Purchase Date
0890043 Phones 55
Any help is appreciated.
Group # 1 = Account Name
Group # 2 = Phones
The phones group is also the following formula:
If {tblCustomerInventory.ItemDescription} like ["*Phone*", "*Terminal*"] then "Phones" else {tblCustomerInventory.ItemDescription}
I'm trying to get the detail for the phones group to be suppressed when it's printing on all lines except the first one.
Here is an example of the current data:
Item # Item Description Summary = Count of Ph Qty SN# Purchase Date
0890043 Phones 55 1 L266035B08976C 1/16/04
Phones 1 L266035B08974C 1/16/04
Here is what I want to have:
Item # Item Description Summary = Count of Ph Qty SN# Purchase Date
0890043 Phones 55
Any help is appreciated.