Numbers are not right justified in sql window single record view

Claus Pedersen

Member³
When using single record view in sql window result grid, numbers are not right justified like in grid. All data in single record view is left justified.
 
This is by design. The number values can have different scale and precision, so it's not really useful to right-align them.
 
It is useful in that way that you can easily identify what is a number and what is a string or a date.

If it makes sense to right justify numbers in the grid it must make as much sense to do it in the single record view?
 
Back
Top