Menu

Sorting the Release values

Help
2006-01-11
2013-04-09
  • Nobody/Anonymous

    I have a project being filed in Track+ with the following values for Release:  5.1, 5.2, 5.3, 6.0, Next Release and -.  I've been told by the head of the project that the desired order on Track+ for viewing the releases are:

    -
    5.1
    5.2
    5.3
    6.0
    Next Release

    Track+ seems to sort the Release values however in the following way:

    Next Release
    5.1
    5.2
    5.3
    6.0
    -

    Is there a way to sort the releases as my project head wants it?  I've looked in the database at the TRELEASE table and there's no SORTORDER column like in the TSEVERITY table.  I also didn't see anything pertaining to this in the BoxResources_en file.  Thanks.

     
    • Hartmut Lang

      Hartmut Lang - 2006-01-12

      You are right, there is no SORTORDER for the TRELEASE table.
      Sorting this column for the reportView is done inside of the track+ application code. The sorting is done using the lexicographical string comparison.

      Hartmut

       

Log in to post a comment.