Sort Pages - Sort Pages by Significance
This tool sorts the pages you have selected in the Pages tree according to the statistical significance of the items on those pages. Statistical significance is evaluated by identifying the smallest p-value in the tables or charts one each page. Pages which contain the smallest p-values are sorted to the top of your selection.
This tool is intended to be used to help identify the most signifcant results in large batches of tables and crosstabs. Other analyses, like Driver Analysis or Max Diff, which are not tables (or charts created from tables), are not checked for significance. Any pages which do not have tables or charts that can be checked for statistical significance will be sorted to the bottom of your selection. Cells from NET rows and columns and not included when checking for the smallest p-values.
Usage
- Select two or more pages in the Pages tree, or select a folder containing multiple pages.
- Use Sort > Sort Pages by Significance.
includeWeb("QScript Functions for Sort and Delete");
sortPagesBySignificance(false, false);
See also
- QScript for more general information about QScripts.
- QScript Examples Library for other examples.
- Online JavaScript Libraries for the libraries of functions that can be used when writing QScripts.
- QScript Reference for information about how QScript can manipulate the different elements of a project.
- JavaScript for information about the JavaScript programming language.
- Table JavaScript and Plot JavaScript for tools for using JavaScript to modify the appearance of tables and charts.