Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
np
You can make a formula like this as a formula List - User list user field type
ToUserList([user],[Last Modified By])
then you should be able to filer the report on where that field includes the current user.
to get the Current User you can either make a field called [Current User] with a formula of
User()
or else use the legacy and probably undocumented notation of
_curuser_
with leading and trailing underscores.
You can make a formula like this as a formula List - User list user field type
ToUserList([user],[Last Modified By])
then you should be able to filer the report on where that field includes the current user.
to get the Current User you can either make a field called [Current User] with a formula of
User()
or else use the legacy and probably undocumented notation of
_curuser_
with leading and trailing underscores.