Dear Forum members,
I would like to ask for assistance for a similar issue.
We have the multiple choice question attached.
We would like to implement a validation logic whereas “none of the above” cannot be selected with any of the other answer options.
We tried with the following validation code but the code does not yet seem to work:
(not(selected(.,‘none_of_the_above’) and (selected(.,‘entrepreneurship_and_agricultural_econom’)))) or (not(selected(.,‘none_of_the_above’) and (selected(.,‘apo_and_cooperatives_fit_for_services_an’)))) or (not(selected(.,‘none_of_the_above’) and (selected(.,‘processing_entrepreneurship_and_economic’)))) or (not(selected(.,‘none_of_the_above’) and (selected(.,‘value_chain_promotion’)))) or (not(selected(.,‘none_of_the_above’) and (selected(.,‘inclusive_contract_farming’))))
Could anyone assist and help us check what is wrong with the code?
Maybe @Kal_Lam can assist?
Thank you so much for your help!
Simon

