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

Search & Replace in a Radio button field


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

Recommended Posts

Posted

A search and replace task on a specific field can only be performed when the current field is selected. When doing a search and replace on a radio button where I want yes replaced by no, I can't seem to select this field and a error is shown and the task stops. How can I work around this?

Thanks

John

Posted

You actually don't need a search and replace here ???

Just a toogle script attached everywhere, may be a transparent circle behind the menu buttons,

If you're using a "boolean" calculation instead of standard text fields.

SetField(YesNo, Abs(YesNo)-1]

This will even help to diplay a container image of a "fake radio buttons".

If not

SetField(YesNo, Case(YesNo = "Yes", "No", "Yes"]

Assuming this field is always populated with either one or the other value, which is how a Yes/No field is like usually.

  • 3 weeks later...
Posted

On another layout, you can show the Radio Button as a "normal" field, where the word Yes or No would be visible and permit focus.

Should be easy to go to this layout, do your magic and return to original layout.

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