-
|
When displaying results, is there a way align numerical results in a column or table? For example, say we have the following query and results, the default is to left-align: I want the results to be right-aligned: The string function I'm looking for an option to left/mid/right-align a column or table, no matter the data type or contents. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Formatting a number (plus any numerical operations) then padding it as a string works. Not as intuitive as an alignment option. |
Beta Was this translation helpful? Give feedback.
Formatting a number (plus any numerical operations) then padding it as a string works. Not as intuitive as an alignment option.