Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoLike this?
https://login.quickbase.com/db/6ewwzuuj?a=dr&r=fx&rl=dw4
ToUserList([Sales Manager], [Business Manager]) takes the values in the Sales Manager field and Business Manager field and returns the combined value into another field.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
https://login.quickbase.com/db/6ewwzuuj?a=dr&r=fx&rl=dw4
ToUserList([Sales Manager], [Business Manager]) takes the values in the Sales Manager field and Business Manager field and returns the combined value into another field.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
MichaelTamoush
6 years agoQrew Captain
Not exactly. I am trying to default a user list to specific users. There is no default in user list, so I was hoping I could use a formula user list and somehow just type in the user names in the formula field.
------------------------------
Mike Tamoush
------------------------------
------------------------------
Mike Tamoush
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
OK trey this
ToUserList(
ToUser("fflintstone@bedrock.com"),
ToUser("brubble@bedrock.com")
..... etc
)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- MichaelTamoush6 years agoQrew CaptainThat's what i needed. Thanks!
------------------------------
Mike Tamoush
------------------------------