I have a Table called “Sites”. In that table I have a column Called “Active”. “Active” is a yes/no. I have an action in the Table “Sites” to “Complete Job”. This will mark the yes/no of “Active” to no.
I have a Primary view called “Inspections” in the UX under showif I put “ISBLANK(Sites[Active])” The data table for the Primary view “Inspections” is set to a different table called “Inspection Jobs”
I only want Inspections showing up in Inspections view if the column “Active” in Table “Sites” is blank. I want to be able to go through the “Sites” and click my action Item that the job site is completed and have it removed from view in the “Inspections” View. I feel like this is easy and I am missing something simple. I haven’t been on here messing with this App in some time and am very rusty. Any help is appreciated.