Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5014 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Sorry I am sure this is here somewhere but I have not been able to find a post..

trying to do conditional formatting: stuck on the calculation to highlight if the date is GREATER than 80 days but LESS than 90 days

I want two conditional formats.

1. If it's more than 90 days since this field's date and (FIELD B ) is blank, highlight in RED. simple enough.

(Get(CurrentDate) - GetAsDate(Self)) > 90 and FIELD_B = ""

2. If it's equal or greater than 80 days but less than 90 days since this field's date, and (FIELD B ) is blank, highlight in BLUE. here is where I'm stuck.

???

thank you!

Posted

Well, since the field cannot be both blue and red at the same time, you can simply make the first condition:

Get ( CurrentDate ) - Self ≥ 80 and IsEmpty ( FIELD_B )

This topic is 5014 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.