Hi!
I am trying to extract a filtered view from a specific field (list of document = to the user ID) and have this user from a search bar Search() or Find () a document tag .
AND(
Search(‘Search Term’, {doc-tag}),
({company-id}=‘User company-id’)
)
I managed to make these formula work independently, but combining them has been hectic for me… Once the query is executed, the issue is that the view keeps showing all documents from all companies, but after typing the first tag search, the list of documents then sticks to the user company-id.
Any tips on that issue?
Thanks!
