Forum Discussion

MichaelTamoush's avatar
MichaelTamoush
Qrew Captain
5 years ago

Combine User and User list

I don't know why I can't get this one. I have multiple user fields, and a userlist field. I simply want to make one formula userlist field from all.

I know with just users it's

ToUserList([user1],[user2]....)

How to I add the userlist into this?

------------------------------
Mike Tamoush
------------------------------
  • You can combine apples, and you can combine oranges, but not apples and oranges together.
    Similarly, you can combine users and userlists, but not users and userlists.

    So we need to make the users into small userlists.

    ToUserList(ToUserlist([user1]), ToUserlist[user2]...., [My Userlist field])

    Now all of the comma separated elements are all apples.


    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • MichaelTamoush's avatar
      MichaelTamoush
      Qrew Captain
      Thanks! I found out this also works

      ToUserList(ToUserlist([user1],[user2],[user3]...), [My Userlist field])

      ------------------------------
      Mike Tamoush
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        yes, cleaner for sure!

        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------