Gerald Clare Posted September 2, 2008 Posted September 2, 2008 Two files- Clients and Notes. A Client can have many Notes. I want the clients name in Client>ListView to be red when his most recent note is more than 30 days old. I've gotten a portal list of dates to turn color appropriately but can't figure out how the field in Clients can 'know' which record in Notes to cue the conditional formatting. I have a field in Notes that returns a '1' if stale and a '0' if not. [email protected]
comment Posted September 2, 2008 Posted September 2, 2008 The condition you want can be expressed as: Max ( Notes::Date ) + 30 < Get (CurrentDate) This is from the point-of-view of Clients, so you can either use this in a unstored calculation field to conditionally format the client's name, or - if you have version 9 - directly in the conditional formatting formula.
Recommended Posts
This topic is 5984 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