Use "set column" to clear all values in a column?

I have a boolean column, and I only display “unchecked” items. A user “checks” the box in the checklist to clear the item from view. Can I use “Set column” in some way to clear every boolean in that column and bring all the items “back”?

Thank you!

1 Like

You can’t set a value on multiple rows at once without using google scripts.

I’d recommend checking out how I do it here. I don’t think it will work with a checklist layout, but with some emojis or images, you can achieve the same result.

2 Likes