Jump to content
Server Maintenance This Week. ×

I'm confused!


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

Recommended Posts

I've looked, and haven't found an answer to this question.

Say that a date field is black, bolded. You want a conditional format that evaluates the date in the field, and if past today's date, changes the color to gray and removes the bolding.

If you use text functions in a formula, eg TextColor or TextStyleRemove, do you check the relevant button on the conditional dialogue, eg Text Color & Bold, or leave it unchecked?

Would not the formula be:

Case (

Self < Get ( CurrentDate ) ;

TextStyleRemove ( TextColor ( Self ; RGB ( 206 ; 206 ; 207 ) ) ; Bold )

)

Yet it doesn't work, whether I check the button or not.

Thanks for any suggestions.

Link to comment
Share on other sites

Would not the formula be: ...

If you are speaking of Filemaker's conditional formatting, then no. The formula needs to specify the conditions for the formatting - not the formatting itself.

Unfortunately, it's not possible to conditionally remove a style - styles like bold, italic, etc, are added to what's already set in the layout and previous conditions. I believe your best option is to turn the logic around.

Link to comment
Share on other sites

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