|
-
Jan 9th, 2007, 09:44 AM
#1
Thread Starter
Junior Member
[RESOLVED] Crystal 8.5 formula problem
I am having trouble getting certain data not to show. Basically, the way the database was designed so that each time an update to a record is done, it actually inserts a new record. For instance, if person A worked on project #1 for 2 hours, and then person B finished it, there would be two records. My report should only show those projects that are not completed. So initially I tried to exclude anything that was finished, but in this case the first record still shows up on the report. Is there a way with the formula editor (or any other way) to say, if Project #1 ever = finished, don't show any Project #1 records?
thanks alot.
-
Jan 9th, 2007, 04:45 PM
#2
Thread Starter
Junior Member
Re: Crystal 8.5 formula problem
I was able to get the desired results by changing the sql query. since the records were inserted with a date stamp, i did a max on the date so i'd only have the most recent row.
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
|