Use variable labels in crosstabs.
[pspp-builds.git] / tests / language / stats / crosstabs.at
index eb511ced68140f966d28ade35971fedac373f0a6..1647e4bd6113bbb7ca5456a7b8885244890aa044 100644 (file)
@@ -203,7 +203,7 @@ SPLIT FILE SEPARATE BY v0.
 
 CROSSTABS
     /TABLES= v1 BY v2
-    /FORMAT=AVALUE LABELS TABLES PIVOT
+    /FORMAT=AVALUE TABLES PIVOT
     /STATISTICS=CHISQ
     /CELLS=COUNT ROW COLUMN TOTAL.
 ])