Feb 20, 2020 01:34 PM
I have a column that says status. I want to hide any rows that have “completed” - is this possible?
Feb 20, 2020 01:46 PM
Hi @Emily_Eisenberg,
You can use the “Filter” menu at the top of a view to hide those records in that view:
If “Completed” is a checkbox, then set that filter to show only records Where
“Completed” is unchecked.
If “Completed” is a single-select option, then set that filter to show only records Where
“Status” is "completed"
.
Feb 20, 2020 01:51 PM
YES thank you so much you solved it!!!