Click here to Skip to main content
15,891,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My Crystal report shown duplicate data.
In the datagrid view, name 'RaGaz' just shown once.
But in the crystal report, it shown twice.
What's the problem??

Crystal report is to show from table relation data, and I using a 'view' from tabel relation and use the 'view' for crystal report datasource.

But actually, it's not all record in data gridview being duplicate in crystal report, just some of them.

But it make my data not valid :(
Please help.
Thanks ^^
Posted

1 solution

Right Click the Field
and Choose to Format the Field
check the checkbox "Suppress if Duplicated"
under common tab.
This is to be done if you are using Crystal report 8.5 version
to Design your report.
And if you are using the visual Studio's basic Crystal Report
Designer than Right click the field ,choose format object
and under common tab check the checkbox "Suppress if Duplicated"

May this is required to solve your problem.
 
Share this answer
 
Comments
Abdi tombang 13-Jun-11 5:36am    
Thanks, the problem solved ^^
Karwa_Vivek 13-Jun-11 5:36am    
Glad to help you..
Abdi tombang 13-Jun-11 5:40am    
But it give an empty record's row.
How to remove an empty row??
Karwa_Vivek 13-Jun-11 5:48am    
You must check your
saved data details
in the table.
Abdi tombang 13-Jun-11 5:52am    
would you mind to explain the step like the first pliss ^^
I'm not understand what should I do

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