Calculated field with radio buttons
-
Hi @codepeople
I would like the result to appear in the calculated field (fieldname5) only when all radio button options have been selected. I’ve partially accomplished this—currently, the result disappears when a “0” value is selected in any radio button. However, I suspect the issue arises because unselected options also default to a value of “0”, making it difficult to distinguish between an intentional “0” selection and an unselected field. Could you help me resolve this?
The equation I´m using is:IF(
AND(
fieldname3 != "",
fieldname6 != "",
fieldname14 != "",
OR(fieldname12 != "", fieldname15 != "")
),
fieldname3 + fieldname6 + fieldname14 +
IF(fieldname12 != "", fieldname12, fieldname15),
""
)Thanks in advance.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Calculated field with radio buttons’ is closed to new replies.
