pivot-table: Change the default format to omit empty rows and columns.
[pspp] / src / language / stats / factor.c
index 7c74c5e7761ef66fbb34150e112e97e73dedec95..cf67ecd8d4de1f8f82528bd1de9cf9662e7e0a16 100644 (file)
@@ -1750,12 +1750,12 @@ show_explained_variance (const struct cmd_factor * factor,
 
   struct pivot_table *table = pivot_table_create (
     N_("Total Variance Explained"));
-  table->omit_empty = true;
 
   pivot_dimension_create (table, PIVOT_AXIS_COLUMN, N_("Statistics"),
                           N_("Total"), PIVOT_RC_OTHER,
                           /* xgettext:no-c-format */
                           N_("% of Variance"), PIVOT_RC_PERCENT,
+                         /* xgettext:no-c-format */
                           N_("Cumulative %"), PIVOT_RC_PERCENT);
 
   struct pivot_dimension *phase = pivot_dimension_create (