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

Recommended Posts

Posted

I'm trying to avoid have 4 container fields, each with a different color, and then have the calculated container field select one of those containers depending on certain conditions. This example below doesn't work, but I'm wondering if I can avoid having the additional container fields:

Case (

Item Type = "film"; RGB ( 213 ; 237 ; 245 );

Item Type = "digital"; RGB ( 207 ; 253 ; 188 );

Item Type = "silver"; RGB ( 230 ; 230 ; 230 );

Item Type = "mounting"; RGB ( 230 ; 206 ; 210 );

Item Type = "signout"; RGB ( 255; 255 ; 205 );

""

)

Thanks,

Michael

Posted

Don't think you can treat a container this way as the RGB codes are for text formatting.

Can you make the field a TEXT field, suitably filled with spaces.

Posted

You can do this with Conditional Formatting, unfortunately, it isn't available in version 7. I think it was introduced in version 8.5 (maybe 9).

The workaround in the earlier versions is to use a global field, and the number of repitations to your fill needs.

The attachment shows both ways.

HTH

Lee

Containers.fp7.zip

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