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 6996 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a Date field that I have named "DoItBefore". And when the date I have put there is history then I want it to show in red. Now, it seems that isn't possible unless I do a trick. I show another field which is a calculation field instead, with this:

If ( DoItBefore < Get ( CurrentDate ) and Status = "Open";TextColor ( DoItBefore ; RGB ( 250 ; 0 ; 0 ) ); TextColor ( DoItBefore ; RGB ( 0 ; 0 ; 0 ) ))

Anybody knows if it can be done directly on the Date field?

:shower::shower: :shower:

Posted

Thanks, OK that's what I thought. My solution above works, but I just don't like all those "work around" solutions.

  • 1 month later...
  • Newbies
Posted (edited)

i don't know if this will help, but i've recentley come up with a solution to blank out the date (day) fields when applicable by changing the color of the text via a calc field. calcs could be cleaner value wise, but you get the idea. hope this helps

oh crap, nevermind, i just re-read what you put down and it's basically what i did. sorry!

-N

cal_colors.zip

Edited by Guest

This topic is 6996 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.