New pages
Jump to navigation
Jump to search
4 August 2025
- 03:4703:47, 4 August 2025 Table JavaScript Functions for Selecting Matching Rows or Columns (hist | edit) [11,264 bytes] Justin Yap (talk | contribs) (Created blank page) originally created as "Select Matching Rows or Columns"
- 03:2803:28, 4 August 2025 Modify Whole Table or Plot - Select Matching Columns (hist | edit) [306 bytes] Justin Yap (talk | contribs) (Created blank page)
- 03:2803:28, 4 August 2025 Modify Whole Table or Plot - Select Matching Rows (hist | edit) [306 bytes] Justin Yap (talk | contribs) (Created blank page)
17 July 2025
- 09:5809:58, 17 July 2025 Sort/Reorder Rows or Columns - Order Columns by Pattern (hist | edit) [1,579 bytes] Leon Chi (talk | contribs) (Created page with "{{UnderConstruction}} <!-- Remove this tag when this Rule item is ready. --> __NOTOC__ This rule allows you to sort columns to show patterns in the data. {{:Include Rule Middle}} <syntaxhighlight lang="javascript"> includeWeb('Table JavaScript Utility Functions'); includeWeb('JavaScript Text Analysis Functions'); excludeRTablesWithoutColumns(); form.setHeading("Order Columns by Pattern"); form.setSummary("Order columns by pattern"); let description = form.newLabe...")
- 09:5709:57, 17 July 2025 Sort/Reorder Rows or Columns - Order Rows by Pattern (hist | edit) [1,507 bytes] Leon Chi (talk | contribs) (Created page with "{{UnderConstruction}} <!-- Remove this tag when this Rule item is ready. --> __NOTOC__ This rule allows you to sort rows to show patterns in the data. {{:Include Rule Middle}} <syntaxhighlight lang="javascript"> includeWeb('Table JavaScript Utility Functions'); includeWeb('JavaScript Text Analysis Functions'); form.setHeading("Order Rows by Pattern"); form.setSummary("Order rows by pattern"); let description = form.newLabel("Sort rows to show patterns in the data....")
- 09:2309:23, 17 July 2025 Sort/Reorder Rows or Columns - Sort Columns (hist | edit) [9,824 bytes] Leon Chi (talk | contribs) (Created page with "{{UnderConstruction}} <!-- Remove this tag when this Rule item is ready. --> __NOTOC__ This rule sorts the columns of table from the highest to lowest (or lowest to highest) according to the values shown (i.e., ranks the data, so that the order of the rows reveals a ranking) similar to Sort/Reorder Rows or Columns - Sort Rows. {{:Includ...")
- 08:5308:53, 17 July 2025 Modify Whole Table or Plot - Hide Empty Columns (hist | edit) [2,733 bytes] Leon Chi (talk | contribs) (Created page with "{{UnderConstruction}} <!-- Remove this tag when this Rule item is ready. --> __NOTOC__ This rule hides columns for tables and charts where the ''primary statistic'' for the table is always <tt>0%</tt> or <tt>NaN</tt>. The primary statistic is the first statistic on the '''Statistics - Cells''' list for the table. A note is added to the footer when any columns have been removed. == Example == 700px {{:Include Rule Mid...")
- 08:5208:52, 17 July 2025 Modify Whole Table or Plot - Hide Empty Rows (hist | edit) [2,351 bytes] Leon Chi (talk | contribs) (Created page with "{{UnderConstruction}} <!-- Remove this tag when this Rule item is ready. --> __NOTOC__ This rule hides rows for tables and charts where the ''primary statistic'' for the table is always <tt>0%</tt> or <tt>NaN</tt>. The primary statistic is the first statistic on the '''Statistics - Cells''' list for the table. A note is added to the footer when any rows have been removed. == Example == 700px {{:Include Rule Middle}}...")
- 08:3108:31, 17 July 2025 Modify Whole Table or Plot - Hide Rows with Small Sample Sizes (hist | edit) [3,077 bytes] Leon Chi (talk | contribs) (Created page with "{{UnderConstruction}} <!-- Remove this tag when this Rule item is ready. --> __NOTOC__ This rule hides rows in the table in which all of the cells have a sample size that is smaller than a certain value. See more details in Modify Whole Table or Plot - Hide Rows and Columns with Small Sample Sizes {{:Include Rule Middle}} <syntaxhighlight lang="j...")
- 08:2408:24, 17 July 2025 Modify Whole Table or Plot - Hide Columns with Small Sample Sizes (hist | edit) [3,244 bytes] Leon Chi (talk | contribs) (Created page with "__NOTOC__ This rule hides columns in the table in which all of the cells have a sample size that is smaller than a certain value. When you use this rule you can choose: '''Minium Sample Size''' The cut-off value when determining whether a row or column will be hidden. All cells in the row must fall below this value. '''Hide Rows/Columns''' Whether you want to hide rows, columns, or both. '''Statistic for rows/columns''' Which table statistics to check when deter...")
- 08:0808:08, 17 July 2025 Modify Headers - Tidy Row Labels (hist | edit) [872 bytes] Leon Chi (talk | contribs) (Created page with "{{UnderConstruction}} <!-- Remove this tag when this Rule item is ready. --> __NOTOC__ This rule allows you to remove repeated prefixes from row labels. It identifies the longest common prefix among all row labels and removes it. {{:Include Rule Middle}} <syntaxhighlight lang="javascript"> includeWeb('Table JavaScript Utility Functions'); const rule_name = 'Tidy Row Labels'; form.setHeading(rule_name); form.setSummary("Tidy row labels"); let description = form.new...")
- 08:0708:07, 17 July 2025 Modify Headers - Tidy Column Labels (hist | edit) [899 bytes] Leon Chi (talk | contribs) (Created page with "{{UnderConstruction}} <!-- Remove this tag when this Rule item is ready. --> __NOTOC__ This rule allows you to remove repeated prefixes from column labels. It identifies the longest common prefix among all column labels and removes it. {{:Include Rule Middle}} <syntaxhighlight lang="javascript"> includeWeb('Table JavaScript Utility Functions'); const rule_name = 'Tidy Column Labels'; form.setHeading(rule_name); form.setSummary("Tidy column labels"); let descriptio...")
- 07:5907:59, 17 July 2025 Sort/Reorder Rows or Columns - Reverse Column Order (hist | edit) [968 bytes] Leon Chi (talk | contribs) (Created page with "{{UnderConstruction}} <!-- Remove this tag when this Rule item is ready. --> __NOTOC__ This rule allows you to reverse the order of the columns that are shown on tables. {{:Include Rule Middle}} <syntaxhighlight lang="javascript"> includeWeb('Table JavaScript Utility Functions'); const rule_name = 'Reverse Column Order'; form.setHeading(rule_name); form.setSummary('Reverse column order'); let column_labels = table.columnLabels; if (!column_labels) { // 1D table...")
- 07:5707:57, 17 July 2025 Sort/Reorder Rows or Columns - Reverse Row Order (hist | edit) [840 bytes] Leon Chi (talk | contribs) (Initial creation)