Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
I don't think that there is an easy way to do that, so typically we use the filter box at the top of the report to do that. But I do think that there is a Quick Base roadmap "todo" to make that easier in the future.
I suggest including the names of the users as opposed to the email addresses with a formula of
UserListToNames (UserList ul, Text format)
Description: Returns a semi-colon separated list of users' full names. Specify text format by including "FF" to return the full names with the first name first. Or, include "LF" to return the full names with the last name first.
Example: UserListToNames([Volunteers], "LF"), returns "Smith, Michael; Jones, Nancy" where the Volunteers are the users Michael Smith and Nancy Jones.
I suggest including the names of the users as opposed to the email addresses with a formula of
UserListToNames (UserList ul, Text format)
Description: Returns a semi-colon separated list of users' full names. Specify text format by including "FF" to return the full names with the first name first. Or, include "LF" to return the full names with the last name first.
Example: UserListToNames([Volunteers], "LF"), returns "Smith, Michael; Jones, Nancy" where the Volunteers are the users Michael Smith and Nancy Jones.