Forum Discussion
DanielJohnson2
5 years agoQrew Trainee
Hey Mark,
Do you know if it's possible to add multiple conditions to that IF statement in the formula checkbox field? I'd like it to be true for 3 roles.
Thanks,
Daniel
------------------------------
Daniel Johnson
------------------------------
Do you know if it's possible to add multiple conditions to that IF statement in the formula checkbox field? I'd like it to be true for 3 roles.
Thanks,
Daniel
------------------------------
Daniel Johnson
------------------------------
MarkShnier__You
Qrew Legend
5 years agoIf you mean adjusting tjhis formuila here ..
IF(
Contains(UserRoles("ID"),"12"),true,
Contains(UserRoles("ID"),"13"),true,
Contains(UserRoles("ID"),"14"),true)
then sure
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
IF(
Contains(UserRoles("ID"),"12"),true,
Contains(UserRoles("ID"),"13"),true,
Contains(UserRoles("ID"),"14"),true)
then sure
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------