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

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

Recommended Posts

Posted

I need the value list to change based upon the contents of another field.

If Field A = US then value list for Field B needs to offer Yes or No.

If Field B = Canada the value list for Field B needs to be No only.

thanks,

Jim

Posted

A conditional value list shouldn't be necessary here. I would create a value list with Yes and No values in it and attach it to Field B. I would attach a radio button to the field. And then in Auto-Enter for Field B, enter 'by calculation' and uncheck 'Do not replace existing value if any' and put this in the calculation box:

Case ( Field A = "Canada" ; "No" ; Field B )

In this way, if/when Field A shows Canada, Field B will automatically change to a 'no' selected in the radio button. But otherwise Field B will remain empty (if it was empty) or retain the 'user-entered' value if not empty.

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