snackcakes101 Posted November 6, 2002 Posted November 6, 2002 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)
andygaunt Posted November 6, 2002 Posted November 6, 2002 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
Ugo DI LUCA Posted November 7, 2002 Posted November 7, 2002 I was looking for that tip to. Now, probably most simple, how can we change the text color if the result is negative?
harryk Posted November 7, 2002 Posted November 7, 2002 >change text color if negative Field Format Number... Harryk
Ugo DI LUCA Posted November 7, 2002 Posted November 7, 2002 Sorry, I meant conditionally. For example If order not sent, coler Order N
CobaltSky Posted November 7, 2002 Posted November 7, 2002 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now