Login  Register

Re: Trying to save a table look

Posted by Art Kendall on Aug 26, 2021; 7:23pm
URL: http://spssx-discussion.165.s1.nabble.com/Trying-to-save-a-table-look-tp5740734p5740740.html

Trying another approach.
DATASET ACTIVATE DataSet1.
CODEBOOK  Access_To_Bath [n]
  /VARINFO LABEL TYPE MEASURE ROLE VALUELABELS MISSING ATTRIBUTES
  /STATISTICS NONE.
OUTPUT MODIFY
 /SELECT TABLES
 /TABLECELLS SELECT=["Value"]
  SELECTDIMENSION=COLUMNS
  COLUMNWIDTH =POINTS(288)
  APPLYTO=COLUMNDATA.
I end up with a very wide column for Value.
Screenshot_2021-08-26_151203.jpg

288 points is (72 points per inch) *4

I get the same wide column with
COLUMNWIDTH =INCHES(1)

When I manually pull the right margin until it says 5.00 inches it looks right.
Art Kendall
Social Research Consultants