Forum Discussion
MarkShnier__You
3 years agoQrew Legend
No, you cannot change that behavior. It will tell the user the "next" Required field which is empty, not all the fields that are required but empty.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- MrunaliKadam3 years agoQrew TraineeThank you Mark!
------------------------------
Mrunali Kadam
------------------------------- PrashantMaheshw3 years agoQrew Captain
You can use custom rules to give exactly the error message you want.
if your checkboxes files are A,B &C
you can do a formula D
if(="False" and ="False" and C="False", "You need to select at least 1 checkbox","OK")
In custom rules you can then write
if(<>"OK", )
------------------------------
Prashant Maheshwari
------------------------------
- MrunaliKadam3 years agoQrew TraineeGreat! thank you Prashant.
------------------------------
Mrunali Kadam
------------------------------