I have a Crystal report with 700,000 records. I grouped this by fields "PROCESS" and "OPERATION".
Under the Grouped Operation field there are many duplicate numbers such as 10 or 20.
I want to suppress the duplicate numbers and only show each distinct number once for each Grouped Process & Operation. Example:
Process Operation
LEFC710 10
LEFC710 10
Process Operation
LEFC730 10
LEFC730 10
LEFC730 20
LEFC730 20
LEFC730 30
LEFC730 30
In this example I would like to see only:
LEFC710 10 one time
LEFC730 10 ONE TIME
LEFC730 20 ONE TIME
LEFC730 30 ONE TIME
I used the below formula under the Insert Section Suppress:
{PROCESSES & OPERATIONS.OPERATION_}=NEXT({PROCESSES & OPERATIONS.OPERATION_})
This workS fine except if there was only one distinct number such as the example above (LEFC710)it did not show the number 10 at all under the Grouped Process and Operation. If under the groups there is only one number for the operation it will not even show that one number. If there is more than one distinct nubmer (LEFC730) it will show each distince number in the Operations column correctly.
I hope someone can help and that this makes sense.
Under the Grouped Operation field there are many duplicate numbers such as 10 or 20.
I want to suppress the duplicate numbers and only show each distinct number once for each Grouped Process & Operation. Example:
Process Operation
LEFC710 10
LEFC710 10
Process Operation
LEFC730 10
LEFC730 10
LEFC730 20
LEFC730 20
LEFC730 30
LEFC730 30
In this example I would like to see only:
LEFC710 10 one time
LEFC730 10 ONE TIME
LEFC730 20 ONE TIME
LEFC730 30 ONE TIME
I used the below formula under the Insert Section Suppress:
{PROCESSES & OPERATIONS.OPERATION_}=NEXT({PROCESSES & OPERATIONS.OPERATION_})
This workS fine except if there was only one distinct number such as the example above (LEFC710)it did not show the number 10 at all under the Grouped Process and Operation. If under the groups there is only one number for the operation it will not even show that one number. If there is more than one distinct nubmer (LEFC730) it will show each distince number in the Operations column correctly.
I hope someone can help and that this makes sense.