|
-
Aug 7th, 2007, 02:35 AM
#1
Thread Starter
Addicted Member
[RESOLVED] eliminate duplicate field data
hello everyone,
i have a table which contains fields as below:
DateIn, TimeIn
------- -------
example data are:
DateIn TimeIn
------- --------
07/20/2007 09:00:00 AM
07/20/2007 11:00:00 AM
07/20/2007 02:00:00 PM
I now wish my report to look like as below:
___________________________________
DateIn TimeIn
___________________________________
07/20/2007 09:00:00 AM
11:00:00 AM
02:00:00 PM
i want the DateIn value shows 1 time only, anyone have any guide for me?
Last edited by ashly; Aug 7th, 2007 at 02:38 AM.
-
Aug 7th, 2007, 06:50 AM
#2
New Member
Re: eliminate duplicate field data
I've done what i think you're trying to do several times...
Create A group sort by the date (That should put the date[s] in order and list them only once if they're duplicates. If that causes any issues you could also try moving the data (times) into that same Group Header.
Chris
-
Aug 7th, 2007, 10:00 AM
#3
Re: eliminate duplicate field data
If you are using Crystal Reports, there is a Suppress If Duplicate option on the Format screen.
-
Aug 9th, 2007, 10:05 PM
#4
Thread Starter
Addicted Member
Re: [RESOLVED] eliminate duplicate field data
great thanks to cjmcfg and brucevde...
u both helped me
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|