Making ‘assigned to me’ views and other uses of your username

Making ‘assigned to me’ views and other uses of your username

or if a record can be assigned to more than one person via a tags field,

assigned to me = {assigned to} ilike ‘%’ || ab_userid() || ‘%’

which will find any records containing the currently logged in user. Then just add a filter ‘assigned to me = true’ and the list will auto-filter whenever a user looks at it.


Last modified October 16, 2023: Create my-views.md (7ba7812)