Dynamically filter data-view rows

I have two data-views: JobHead and UD10. We built a dashboard to help streamline/ facilitate job scheduling where the scheduling department stages unfirm Jobs to a UD table, then processes all firming/ rescheduling/ printing in one pass. As they are staging the jobs to UD10, the unfirm Jobs are being hidden from the JobHead data-view after successfully staged to UD10. The issue we have is if the dashboard is ever refreshed before the firming function is run, all the staged unfirm Jobs re-appear in the JobHead data-view, and chaos ensues :slight_smile:

Is there a way to dynamically filter data-view rows based on values in another data-view? e.g., if JobHead.JobNum matches any value in UD10.Key1, hide or disable the JobHead data-view row.