Jump to content
Server Maintenance This Week. ×

Calculated Container field


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

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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