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

Radio button to change color in another field?


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

Recommended Posts

Posted

Hi,

It seems an easy task but I've been going around in circles!!

I have a radio button with "yes","no" and "working towards"(WT)

I would like the text color to change in another field if yes, no or wt is pressed.(I'm using fm10)

Thanks all.

Posted

Attach conditional formatting lines to that other field, such as:

Formula is ... table::RadioButton = "Yes" ... and below select text color blue

then add new condition

Formula is ... table::RadioButton = "WT" ... and below select text color green

etc. Replace RadioButton with your true field name of course. :wink2:

Posted

I'm assuming that you have more than 3 values for your radio button field and that the color of your other text field must change ONLY when one ( or more ) of those 3 values are choosed.

Use the conditional formatting for that field with this calculation:

ValueCount ( FilterValues ( YourRadioButtonField ; "yes¶no¶wt" ) )

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