Filtering Inline List issue - Please help

Quick 2 min video here: https://www.loom.com/share/99367d50af8a4809a48023e7e17107e1

Inline list filtering is pretty simple so I’m stumped…probably overlooking something!

Since you’re using OR, as long as the first conditions true (name not empty I think it is), the item will show.

What you should do is make an IF-THEN column in the editor and say if status is empty, give it a value. If it’s not empty, use the User status value.

Filter on that new column with an AND.

2 Likes

Thank you! This solved my issue!