It is great that we are able to restrict the selection of a Linked Field based on view.
What I really need is to be able to restrict the selection based on a kind of dynamic view.
Here’s an example. I have Clients, Tasks and Expenses table.
In the expenses table, I select a linked Client. I then select a linked Task. When I click to select the task, I am shown all tasks for all clients. I’d like to restrict the view so that I only see tasks related to the selected client.
Is this possible? I think it would probably require having parameters in views and then the ability to set that parameter based on the value of a field or formula.