Forum Discussion

Re: Combine Formula List-User with List-User field

Right,
the ToUserList function will combine either a set of User field types or a set of User List field types but you can't mix them in the same function..

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

1 Reply

  • MattStephens's avatar
    MattStephens
    Qrew Cadet

    You can however just have a touserlist function inside a touserlist function to combine single users and user lists:

    ToUserList(
        ToUserList( [Project controller username], [Project - APM Username], [Record Owner]), //individual users
        [Asset Engineering Delegates] //lists of users
    )