Click here to Skip to main content
16,005,119 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir I have taken the Special Field Record number (Sr No) in the Crystal report to display the records with serial number.As my report shows the duplicate employee names if condition becomes true. So I wanted if Employee name duplicates then their record number (Sr No) should not increment. But should increment when new employee name is their.
i.e at present my report

Sr  Name
 1  abcd
 2  xyz
 3  xyz
 4  xyz
 5  pqr
 6  efgh


but I want Crystal report to display as-

Sr  Name
1  abcd
2  xyz
*  xyz
*  xyz
3  pqr
4  efgh

Any Solution
Thanking You
Posted
Updated 23-May-12 9:12am
v2

1 solution

You are talking of suppressing duplicate values. Look here:
Crystal Reports: Remove Duplicate Values[^]

Alternatively, you can also suppress the data at DB level in your query while fetching the data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900