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?
5 replies
-
Are you talking about show/hide one record from a list of records in the table view?
Or you only want to filter a table view so only one record is show?
-
The only way I can think of would be to find a way to just filter out that one record through one of the columns.
-
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.
Content aside
- 2 yrs agoLast active
- 5Replies
- 130Views
-
3
Following