I've searched the options--overall and for specific features, such as
crosstabs and frequencies--but I don't see any place to tell SPSS to use
commas when formatting output tables. I did find the option to prevent SPSS
from using scientific notation for small numbers, but nothing about commas.
Is there something obvious I'm overlooking? I've talked to other local
users, and they all have the same problem.
In many cases SPSS formats output based on formats of the input
variables. If you set those to one of the grouping formats, you may
get what you want. The grouping formats are COMMA to use a comma
grouping separator and period decimal and DOT to do the reverse. You
can set these in syntax with FORMATS or in the Type field in the Data
Editor variable view.
You can also set these formats directly in pivot tables by using Cell
Properties in the pivot table editor. This can be automated with the
SPSSINC MODIFY TABLES extension command by using
customstylefunctions.SetNumericFormats('#,###.##')
for example.
HTH,
Jon Peck