Display of column results
The Column Proportions and Column Means tests both compare the values in each row for two different columns. If the value in one column is significantly different from the value in the other column, the default behavior is to insert the column ID of the lesser column in the Column Proportions Results cell item of the greater column.
If the ShowResultsInBothColumns property is set to True (for example, TableDoc.Tables.MyTable.Statistics.ColumnProportions.ShowResultsInBothColumns = True), the result is displayed in both the lesser and greater columns:
▪The greater column contains the column ID of the lesser column followed by + (plus sign) to indicate that the value is significantly greater than the value in the indicated column.
▪The lesser column contains the column ID of the greater column followed by - (minus sign) to indicate that the value is significantly less than the indicated column.
See also