Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
If you have a user field on your records, the report should allow you to select where that user field is equal to the current user. If it is not allowing that, then you can make a Formula User field called [Current User] with a formula of
User()
You can also filer against _curuser_
but that is kind of obscure, so personally I just make a field called [Current user]
That way you only need 1 report for all users to see "my" records. Everyone sees just their own records.
User()
You can also filer against _curuser_
but that is kind of obscure, so personally I just make a field called [Current user]
That way you only need 1 report for all users to see "my" records. Everyone sees just their own records.