Hi all,
I have a table where I want to have a “Cleared?” formula box that looks up if the current record also exists in a view, “Outstanding items”
In plain language, if an employee in “Pre-service” view also exists in the “Outstanding Items” view, place an :x: . Otherwise, if they don’t exist in the Outstanding Items view, place a :white_check_mark:
I am thinking the RECORD_ID() formula might work (catching an exception) but I can’t quite wrap my head around how to use it with a specific view.
