Forum Discussion
josh_vts
Oct 29, 2024Copper Contributor
Conditionally hide item in custom gallery view
Hi all, Is there a way to conditionally hide an item in a custom view (gallery) based on the value of a Yes/No column? See screenshot below for my attempt using CSS 'display', but I find that it ...
- Oct 29, 2024
josh_vts You don't have to do this with json formatting, this can be done with regular settings in the view. Create a view in the list and add then filter the list as needed: In your case Isvisible = false.
Hanne_Lauritzen
Oct 29, 2024Iron Contributor
josh_vts You don't have to do this with json formatting, this can be done with regular settings in the view. Create a view in the list and add then filter the list as needed: In your case Isvisible = false.
josh_vts
Oct 29, 2024Copper Contributor
Hanne_Lauritzen Oh, perfect! Not sure why I didn't think of this. Thank you!