StevenPearson
6 years agoQrew Assistant Captain
Multiple bools for checkbox
I have a check box that previously was checked if X field was greater than zero. Now I need it to not be checked if Y field contains "random description". There are 38 random descriptions that have to make it unchecked otherwise checked. I have tried If([YField]="random description"),false 38 times and also Contains([YField],"random description"), false 38 times.
Neither of these worked. Suggestions?
Neither of these worked. Suggestions?