I have a listing which contains both finished and pending tasks. Most of the time I just need to work with the pending ones, but occasionally I need to be able to check a finished one.
I have a field “Status” and a filter to only show those with “pending” status, but users needs to click on that filter, then confirm it every time. Is there a way to have the filter directly applied by default?
Datascope is not an option because then it would be impossible to consult the finished tasks when needed.
Thanks!