How to set Enum Column " YES " or “No” . But user can’t uncheck both. Atleast one value should be there
@AleksiAlkio @dbaum @Suvrutt_Gurjar @Marc_Dillon @Tommy62 please help
How to set Enum Column " YES " or “No” . But user can’t uncheck both. Atleast one value should be there
@AleksiAlkio @dbaum @Suvrutt_Gurjar @Marc_Dillon @Tommy62 please help
Set that column as a required field.
Any other methods available?
Why doesn’t it solve the challenge?
Enum allows to uncheck the boxes (labels). By mistake if the user click save in the form, It will not allow the form to close. It makes annoying. Instead it can be like anyone value should be mandatory.

From your description, I assume you mean this.. If it’s an Enum column type and you don’t want to have it as mandatory, the app user is not forced to select it. Then you don’t need to do anything as they are only able to select either Yes or No, not both of them.
But on the other hand, you said “Enum column should not be blank”. Do you mean you have other options to select than Yes or No? Not sure what you mean by your request. Maybe you should give us real examples to figure this out.
bro,
If “require ?” is applied in data validity, then during form submission it will not allow the user to submit the form if required field is blank. Am I right here ? Instead if there is an option to set values either “YES” or “No” ( should not be blank or unchecked )like in Gif I have given in above reply. So that It looks neat and during form submission / saving is it will not ask to fill the field.
( Note: I have used Quick edit buttons in detailed view)
you can see the buttons which is unchecked this I don’t want.
My expectation is at least one value / buttons should be present there always.
Bro,
I found the method, It could be done by changing the column type as YES/No which gives input mode like toggle button.
Thanks for the support