Reporter > Applying statistical tests > p values > Sorting a table by minimum p values
 
Sorting a table by minimum p values
If you have added a minimum p value column to a column proportions or column means test, you can sort the table on this column, so that the most significant results appear at the beginning of the table..
Method 1
1 From the menu, choose: Tables > Properties.
2 In the Sort tab of the Table Properties dialog box, select variablename{Minimum Pval} from the Sort rows based on list.
3 Choose the ascending order option button.
Method 2
Using the following syntax:
TableDoc.Table1.SortColumn = "variablename{MinPVal}"
TableDoc.Table1.SortColumn.Order = 0
See also
p values