Colour/Outline rows with same value #38961
stellarpower
started this conversation in
General
Replies: 1 comment 1 reply
-
I am not sure if this helps or not, but I use the "Mark occurences of the selected cell's value" option to highlight every cell having the same value as the selected one. ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
New to DBeaver and databases not really my cup of tea, but I can do the basics.
I'm working essentially with a flat file and simple tabular data (i.e. I could use a spreadsheet, but this is a bad idea) and I've just learned how to highlight some rows by conditions for the field (i.e. similar to "conditional formatting").
This is nice, but, I'm also wondering if I can either highlight or add outlines over rows where records contain identical values (typically when sorted). The below screenshot might make more sense than trying to explain it:
Here I have the table view set up to order by the lender column, and for navigating the file it'd be really nice to have some visual markings surroundings each different value. I repeatedly find my eye has scanned beyond the range I want to consider. I could also filter that column, but, I'm going through one-by-one and filling in extra fields so that's less convenient than scrolling the whole table.
I assume this could be achieved with a SQL query and
GROUP BY
or similar - but wondering if it's possible to do it in the UI. If not, would this be a relevant FR?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions