Changes between Version 3 and Version 4 of Ticket #2


Ignore:
Timestamp:
Dec 7, 2005, 9:57:52 AM (18 years ago)
Author:
Johan Enell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2

    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #2 – Description

    v3 v4  
    1818First group on vaiable 1 (B1, B2) then sort on varable 2 (T1, T2) which will result in the 4 groups above. Each group is sorted on the value in varible 3.
    1919
    20 Syntax in parameter[[BR]]
    21 {{{
    22 -group 1,2 -sort 3
    23 -g 1,2 -s 3
    24 1,2:3
    25 }}}
     20Parameter ''group'' will accept a comma separated list of numbers. [[BR]]
     21Parameter ''sort'' will specify what group to sort on. If not defined no sorting will be done.