JasonMcConnell
Technical User
Hello all,
I am relatively new to crystal (8.0) and have the following problem.
I have a created a report which displays the total number of Applications Received.
Initially the information was duplicating so I grouped it by Application number and dragged the fields into the group footer. This has solved the duplication Problem.
However I need to produce a table at the end of the report which shows the total number of applications by type. To this I have drawn the table using the draw line function and have created a formula for each type that’s says
If applicationtype = “Name of Type” then 1 else 0
However when I sum the total it counts all the duplicated records??
Can anybody provide me with a formula that will Sum only distinct records
Hope this makes sense
Thanks for your help.
Jason
I am relatively new to crystal (8.0) and have the following problem.
I have a created a report which displays the total number of Applications Received.
Initially the information was duplicating so I grouped it by Application number and dragged the fields into the group footer. This has solved the duplication Problem.
However I need to produce a table at the end of the report which shows the total number of applications by type. To this I have drawn the table using the draw line function and have created a formula for each type that’s says
If applicationtype = “Name of Type” then 1 else 0
However when I sum the total it counts all the duplicated records??
Can anybody provide me with a formula that will Sum only distinct records
Hope this makes sense
Thanks for your help.
Jason