Format output - set width of column and also two-lined column name
1001096Apr 5 2013 — edited Apr 6 2013Hi,
I want column EMPLOYEE_ID to be printed also in two lines and also that the width of the column will be 8 like this:
EMPLOYEE
ID
_______
(width 8)
I tried this:
column EMPLOYEE_ID HEADING EMPLOYEE|ID Format a8
but the two-line formatting didn't work (the width really was 8).
How can I combine this 2 options?
Thanks