Hiding Selected or Unselected Rows [message #855] |
Tue, 14 April 2020 17:19 |
ELFritzen
Messages: 47 Registered: November 2019 Location: North Carolina, US
|
Member |
|
|
Is it possible to quickly to hide unselected rows? or show only selected rows? I know I can create a List containing selected rows, then use that as a filter, but I was wondering if there was a quicker way.
Thanks.
Ed
Ed Fritzen
|
|
|
Re: Hiding Selected or Unselected Rows [message #857 is a reply to message #855] |
Tue, 14 April 2020 20:19 |
thomas
Messages: 711 Registered: June 2014
|
Senior Member |
|
|
Two things come to my mind that do something similar:
- Within a view right mouse click -> 'Set the focus to row list' and choose 'selected rows'.
This causes this view only to draw non-selected rows in a grayed out color behind the selected ones.
- You may use an existing (or new) graphical view as filter: right mouse click on the header and choose 'Use view as explicit filter'. Whenever you select rows in this view, then these rows are the only ones shown in all other views.
Hope one of the options comes close to what you intend to achieve.
Thomas
|
|
|