I'm being told by an experienced BA (> 25 years) that "Numeric numbers are usually totaled therefore should be right justified." And that text should always be left justified.
I have never heard this before now. Is this a true "standard"?
|
I'm being told by an experienced BA (> 25 years) that "Numeric numbers are usually totaled therefore should be right justified." And that text should always be left justified. I have never heard this before now. Is this a true "standard"? |
|||||||||||||||
|
|
Yes. English text is usually left-aligned. Numbers are normally aligned so that the various places (unit, tens, etc.) are in columns. If the numbers are integers, this just means right-aligning the numbers. If they have decimal fractions, then the decimal places should be aligned, with the units digits all in a vertical line. This makes it easy to compare the numbers' magnitudes. Mac OS X gets this wrong in the Finder: File sizes are given in abbreviated form, such as 342kB or 6MB. When reading a file listing, it's hard to spot the 342MB file amongst all the 342kB files. |
|||||||||||||
|
|
Yes, text should be left-aligned when in grids. Text labels, are best right-aligned. Research shows that there is less cognitive strain identifying relationship between text label and field when labels are right aligned. But in grids and charts, left-align. |
|||
|
|