wmehner Posted November 20, 2007 Posted November 20, 2007 I'm working on a simple conditional formating for a field, but I'm having a brain freeze. I have a field called DUEDATE. I want it to be red when it's at or past the due date. I've got that part with the "self get (current date) format. But, I have a field called APPROVALDATE. I want the DUEDATE field to return to white when "any" date is put into the APPROVALDATE field. What is the conditional format for that? I'm new and stuck. Thanks.
Fitch Posted November 20, 2007 Posted November 20, 2007 This should work: APPROVALDATE > 0 Or: not IsEmpty( APPROVALDATE )
Recommended Posts
This topic is 6273 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