hi guys,
i need some help regarding how to remove duplicate records in crystal reports
my report looks like:
year description
2006 check
2007 pending
2006 check
2007 pending
2006 check
2007 pending
i am printing this report in PDF.
i used supress if duplicated , it doesnt work, then i check online then i write forumla like @concat= ToText({year}) + description, then i went into details -> Format Section -> Suppress--> X+2 -> @concat = previous({@concat})
Then also it didnt work. IS there any other way to remove duplicates. I am using C#.net(1.1), I am wasting my time on this for past two days ,Eagerly waiting for reply.
Thank you
i need some help regarding how to remove duplicate records in crystal reports
my report looks like:
year description
2006 check
2007 pending
2006 check
2007 pending
2006 check
2007 pending
i am printing this report in PDF.
i used supress if duplicated , it doesnt work, then i check online then i write forumla like @concat= ToText({year}) + description, then i went into details -> Format Section -> Suppress--> X+2 -> @concat = previous({@concat})
Then also it didnt work. IS there any other way to remove duplicates. I am using C#.net(1.1), I am wasting my time on this for past two days ,Eagerly waiting for reply.
Thank you