Features

Sorts

Order rows by one or more columns while preserving source data.

What It Does

Sorts reorder rows by one or more columns. Rowpath supports ascending and descending order, type-aware sorting, null placement, and case-sensitive or case-insensitive text sorting.

When To Use It

Use Sorts when you need to:

  • Review records in a meaningful order.
  • Put blanks first or last.
  • Sort numbers, dates, or text with the expected comparison behavior.
  • Prepare data before duplicate review, export, or reporting.

How To Use It

  1. Open Sort.
  2. Choose a column.
  3. Choose ascending or descending order.
  4. Set null placement to Nulls First or Nulls Last.
  5. Set text comparison to Case Insensitive or Case Sensitive when applicable.
  6. Apply the sort to the current Working View or create a derived result.

Notes

  • Sorting in a Working View does not modify the source dataset.
  • Multi-step Working Views can combine sorting with filters, calculated columns, duplicate analysis, and other compatible steps.

Screenshots

Rowpath Sort screenshot.
Sort