I suck at this.
I have a gallery, that has 3 status, New, in progress and closed.
I am trying to do a filter where it filters out Closed projects.
I can do a long code, but wanting to learn what i'm doing wrong.
filter(New project table, status.value ="New", status.value = "In Progress")
Filter (new project table, status.value <> "closed") didn't work.