Is Show_If _this row expression available?

Hi,

I have one column with checkboxes call “Active” in my google sheet (so a Yes/No column type).
I want to show the rows only when the checkbox is = “yes”

Is it possible with expression ? any idea ?

i try show if [active] = “Yes” and it’s work for the column. I would like to extend it to the row.

Thanks, and happy new year

For row-level filtering, please take a look at slices and security filters ( security filters for secured filtering)

thank you so much