Hi Everyone,
Anyone who can help me with checkbox issue.
I need a formula where it will automatically checked the items provided. And it will still be editable.
For example, i have clicked a radio button that triggers the checkbox to launched. The choices in the checkbox will then be automatically checked but the user can still uncheck them.
Appreciate your help in advance.
Thanks so much!
ML
Subject: Checkbox formula
@SetField(“CheckboxField”; “default1, default2, default3”)
Subject: RE: Checkbox formula
Gary gave you the wrong answer. If you set the field, you should set it using a list value, e.g. “value1”:“value2”:“value3”. You can put a formula such as this in the default value of the field. If you are using a formula for calculating the keyword choices, you would use the same formula in the default value, except that if you use keyword synonyms (Yes|1, No|0) use just the synonym values (“1”:“0”).
Subject: RE: Checkbox formula
Strange. I specifically tested that before I posted. And it continues to work for me on repeated testing. Although I am running the 8.0.1 client. Maybe that makes a difference.
Subject: RE: Checkbox formula
Your way works in only one case: where you’re assigning the field in edit mode from a button and comma is an input delimiter. It doesn’t work for a default formula or (of course) in a back-end agent, where the form is not applied so there’s no delimiter character. I think it’s better to tell people a way that works in all cases.