0

Show/Hide One Record
I am trying to figure out how to Show/hide one record. I don't want to hide the whole column, just one occasional record. Is there a way to do this?
Like Follow
5replies
-
There must be a reason for hiding a particular record - does it have a unique field value in some way that requires it to be hidden? If so why not just have a formula on the View that says something like if 'Special Field'="special value" then true else false end Then just filter the View using the formula field (to only show "No" values) and move it way off to the right to stop people seeing it.