I have a list with a date column and a status column (choices).
how can i create a view to hide all post where TODAY has passed the date column AND have the status FINISHED from the choice status column?
thing is I want to see all posts with finished status untill the date have passed.
i never want to hide columns that have another status that Finished.
how can i do this?