Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi! Is it possible to set up a script (in a table view) to say something like, "If x field = "no", fill color = x"? I want to be flagged when an authorization is not signed by changing the field fill color. Or at least the text color. Am I nuts? (That is debatable, I'm sure) confused.gif

Posted

What you can do is have a global container that holds a colour. (lets call it gColor

Then create a calculation field (result of container), with storage options set to do not store calculated result.

If x field = "no, gColor, "")

Now, on your layout, place this field behind your field you wish to color or flag. Make sure that the fill color on the field in front is transparent.

Then if the condition is met, the color appears, otherwise it doesn't

HTH

Posted

This can be done by creating a calculating field which references the source field based on the condition you specify. For example:

Case(OrderStatus = "Not Sent", OrderN

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