naruvimama/parsets

Sort categories values

GoogleCodeExporter opened this issue · 4 comments


I have found myself wishing I could easily re-order the catagory values.

For instance, for my catagory Month (which is numeric 01-12)
I might want them shown as 1,2,3...10,11,12
Or I might want them shown in order of proportional value.

...as it is I cannot determine the rationale of the order.

and of course, an easy way to reverse the sort order too please.

great work guys!

Original issue reported on code.google.com by matt.jo...@gmail.com on 5 Jun 2009 at 4:10

Original comment by rkosara on 5 Jun 2009 at 11:18

The order of categories is somewhat random at the moment. They get created when 
they are first encountered in 
the imported file, and that order propagates to the display.

But sorting by name (and also category size) obviously makes sense, we'll add 
that.

Original comment by rkosara on 5 Jun 2009 at 11:18

  • Changed state: Accepted
  • Added labels: Milestone-Release2.1, Type-Enhancement
  • Removed labels: Type-Defect
fix typo in title. Now to address the actual issue ...

Original comment by rkosara on 26 Jul 2009 at 8:37

  • Changed title: Sort categories values
Done. Categories can now be sorted by size or name, ascending or descending. 
Will be in 2.1.

Original comment by rkosara on 3 Aug 2009 at 1:45

  • Changed state: Fixed