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

Recommended Posts

Posted

Hi,

Is there a way to change the background color of a field according to its Value List? I have a field: STATUS with VL (Available, Consigned, SOLD) and I would love it if the field could be colored RED when Status = Sold

Thanks, Sarah

Posted

What you can do is to place a calc field behind your status field (which has to be set to transperent)

Then you have to create a container field with your bg pictures

Define the calc field (which have to be set to container result):

Case(

Status="sold";

GetRepetition(containerfield;1)

;

GetRepetition(containerfield;2)

)

...there are many threads about this subject, so if my post isn't clear enough you can just do a search.

Hope this helps you

  • 2 weeks later...
Posted

This isn't working in my situation it says "need another operator". Green and White is a Global container field Elk contains a x and if there is a x I want the container field to be green. What am I doing wrong here.

Case ( Elk ; "x " ; GetRepetition(green);GetRepetition(White)

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