Solved

Validation formula

  • 13 November 2020
  • 2 replies
  • 3 views

Badge +3

hello team! Can you help me, please? When the user does not enter any of these fields, he must discard the message. What formula should be used so that entering at least one of these fields does not discard the message? It is choise. It will help you choose the time. Thanks you!

icon

Best answer by Flower 16 November 2020, 07:58

View original

2 replies

Userlevel 6
Badge +22
HI,

I guess you would just check if they were all "00".
So something like below would work:
and(and(equals(choice1,"00"),(equals(choice2,"00")),and((equals(choice3,"00"),(equals(choice4,"00")))
Badge +3

Does not working... No message if I don't enter anything in these fields ...Is it because of this, when choise have numbering from 00 to 30?


 

Reply