ftr public
2018-04-07 17:47:29 UTC
Hi,
I would like to adapt the output so that the count of the crosstabs
shows integer values only.
crosstabs voip05 by radTV05.
OUTPUT MODIFY
/SELECT TABLES
/TABLECELLS SELECT = [COUNT]
FORMAT voip05 radTV05 (F2.0).
However, this reduces the trailing zeros in the value labels, but not in
the cells with the counts.
VoIP05 * RadTV05 [nombre].
╔══════╦═══════════╤═════╗
║ ║ RadTV05 │ ║
║ ╟─────┬─────┤ ║
║VoIP05║ 1│ 2│Total║
╟──────╫─────┼─────┼─────╢
║ 1║ 8,00│ 5,00│13,00║
║ 2║ 5,00│ 9,00│14,00║
║Total ║13,00│14,00│27,00║
╚══════╩═════╧═════╧═════╝
Is this possible ?
- ftr
I would like to adapt the output so that the count of the crosstabs
shows integer values only.
crosstabs voip05 by radTV05.
OUTPUT MODIFY
/SELECT TABLES
/TABLECELLS SELECT = [COUNT]
FORMAT voip05 radTV05 (F2.0).
However, this reduces the trailing zeros in the value labels, but not in
the cells with the counts.
VoIP05 * RadTV05 [nombre].
╔══════╦═══════════╤═════╗
║ ║ RadTV05 │ ║
║ ╟─────┬─────┤ ║
║VoIP05║ 1│ 2│Total║
╟──────╫─────┼─────┼─────╢
║ 1║ 8,00│ 5,00│13,00║
║ 2║ 5,00│ 9,00│14,00║
║Total ║13,00│14,00│27,00║
╚══════╩═════╧═════╧═════╝
Is this possible ?
- ftr