Forum Discussion
BrittanyScheid
Qrew Cadet
Thanks! One question, is there a function/way to check the role assigned to a specific user? Like could I run a function on the Reviewer field (which is a user field) to find out what role they are assigned to? Thanks!
------------------------------
Brittany Zane
------------------------------
------------------------------
Brittany Zane
------------------------------
MarkShnier__You
5 years agoQrew Legend
Hmmmmm, no I do not think there is a way. The only way, is to have a table of users to use in relationships to lull down the user. Then you can add any other fields to that table to be looked up down to the detail records.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- DanielJohnson24 years agoQrew TraineeHey 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
------------------------------- MarkShnier__You4 years agoQrew LegendIf 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
------------------------------