If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Crystal Reports > Supressing duplicates

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-09, 10:49
msbclem msbclem is offline
Registered User
 
Join Date: Nov 2009
Posts: 2
Question Supressing duplicates

using multiple criteria?!

Ok, I'm working on a database of property sales but I keep seeing duplicate sales. I need to supress certain data on the basis of duplicate propertyids, saledate AND saleprice. IOW: If the data in those all 3 of those fields is duplicated I need to supress it. If any of those three are different then is it a valid sale and needs to stay. Any ideas?

I'm thinking maybe a nested IF but I'm not sure how that would work. IF propertyid=propertyid AND saledate=saledate AND saleprice=saleprice THEN supress...

Last edited by msbclem; 11-20-09 at 11:04.
Reply With Quote
  #2 (permalink)  
Old 11-21-09, 09:26
darylmark darylmark is offline
Registered User
 
Join Date: Nov 2009
Posts: 9
Lightbulb Solving Duplicate Values

The other thing you could do is to create a group based on the property id, sales date and sales price. Then at the group level you could check "Suppress if duplicate" to turn off the duplicates.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On