Michael Reade Posted February 3, 2009 Posted February 3, 2009 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
IdealData Posted February 3, 2009 Posted February 3, 2009 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.
Lee Smith Posted February 3, 2009 Posted February 3, 2009 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now