Bug 52962 - Allow sorting by columns for View Results in Table, Summary Report, Aggregate Report and Aggregate Graph
Summary: Allow sorting by columns for View Results in Table, Summary Report, Aggregate...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.6
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
: 58161 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-21 15:30 UTC by Marcelo
Modified: 2017-01-14 20:11 UTC (History)
2 users (show)



Attachments
New patch to add summary sorter (21.16 KB, patch)
2016-01-27 10:23 UTC, mchassagneux
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcelo 2012-03-21 15:30:13 UTC
It would be nice to have the columns in the aggregate and summary reports so that the data is sorted. In my case, the test plan has over 100 samplers and it would be nice to click on the "label" column and have the results sorted alphabetically.
Comment 1 Philippe Mouawad 2015-12-29 22:22:10 UTC
*** Bug 58161 has been marked as a duplicate of this bug. ***
Comment 2 mchassagneux 2016-01-27 10:23:10 UTC
Created attachment 33496 [details]
New patch to add summary sorter
Comment 3 mchassagneux 2016-01-27 10:24:07 UTC
Could you look at this new patch, I've made more test and it's work better now.
Comment 4 Logan Mzz 2017-01-01 21:02:46 UTC
I have submitted a new PR for this one : https://github.com/apache/jmeter/pull/245
Comment 5 Philippe Mouawad 2017-01-14 13:18:53 UTC
Authors: 
Logan Mauzaize
Maxime Chassagneux
pmouawad
Date: Sat Jan 14 13:18:06 2017
New Revision: 1778767

URL: http://svn.apache.org/viewvc?rev=1778767&view=rev
Log:
Bug 52962 - Allow sorting by columns for View Results in Table, Summary Report, Aggregate Report and Aggregate Graph
Based on a contribution by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux
This closes github pr #245
Bugzilla Id: 52962

Added:
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/HeaderAsPropertyRendererWrapper.java   (with props)
    jmeter/trunk/src/jorphan/org/apache/jorphan/gui/ObjectTableSorter.java   (with props)
    jmeter/trunk/test/src/org/apache/jorphan/gui/
    jmeter/trunk/test/src/org/apache/jorphan/gui/ObjectTableModelTest.java   (with props)
    jmeter/trunk/test/src/org/apache/jorphan/gui/ObjectTableSorterTest.java   (with props)
    jmeter/trunk/test/src/org/apache/jorphan/gui/TableModelEventBacker.java   (with props)
Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatGraphVisualizer.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatVisualizer.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/SummaryReport.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/TableVisualizer.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/HeaderAsPropertyRenderer.java
    jmeter/trunk/src/jorphan/org/apache/jorphan/gui/ObjectTableModel.java
    jmeter/trunk/xdocs/changes.xml
Comment 6 Philippe Mouawad 2017-01-14 20:11:21 UTC
Author: pmouawad
Date: Sat Jan 14 20:07:50 2017
New Revision: 1778822

URL: http://svn.apache.org/viewvc?rev=1778822&view=rev
Log:
Bug 52962 - Allow sorting by columns for View Results in Table, Summary Report, Aggregate Report and Aggregate Graph
Based on a contribution by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux
This commint and this previous one
http://svn.apache.org/viewvc?rev=1778767&view=rev
closes #245
Bugzilla Id: 52962
Comment 7 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2792