From 05b90f31c05288da4f7e830190974e9706fd569e Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:55:22 -0600 Subject: [PATCH] Fix remaining formatted duration columns sorting alphabetically MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add SortMemberPath to 7 DataGrid columns that display formatted durations with mixed units (ms/sec, s/m/h, s/min), ensuring they sort by their underlying numeric value instead of alphabetically. Columns fixed: - Active Queries: ElapsedTimeFormatted → TotalElapsedTimeMs - Blocked Process Reports: WaitTimeFormatted → WaitTimeMs - Running Jobs: CurrentDurationFormatted → CurrentDurationSeconds - Running Jobs: AvgDurationFormatted → AvgDurationSeconds - Running Jobs: P95DurationFormatted → P95DurationSeconds - Daily Summary: TotalWaitFormatted → TotalWaitTimeSec - Wait Drill-Down: ElapsedTimeFormatted → TotalElapsedTimeMs Closes #455 Co-Authored-By: Claude Opus 4.6 --- Lite/Controls/ServerTab.xaml | 12 ++++++------ Lite/Windows/WaitDrillDownWindow.xaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Lite/Controls/ServerTab.xaml b/Lite/Controls/ServerTab.xaml index a6e88fc..8acf02d 100644 --- a/Lite/Controls/ServerTab.xaml +++ b/Lite/Controls/ServerTab.xaml @@ -245,7 +245,7 @@