AKira5284 Posted August 17, 2004 Posted August 17, 2004 Howdy, Ok, So I'm trying to keep track of personal leave hours earned and used. In the report, i want to display only dates that have a record of PL aquired or used, however, i can't figure it out and instead it displays all dates making the report quite long and ugly. Thanks for any support. Akira
-Queue- Posted August 17, 2004 Posted August 17, 2004 Create a calculation field of not (IsEmpty(acquired) and IsEmpty(used)) and do a find for 1 in this field to retrieve the desired records.
Recommended Posts
This topic is 7665 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now