Changes between Version 3 and Version 4 of Ticket #2
- Timestamp:
- Dec 7, 2005, 9:57:52 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #2 – Description
v3 v4 18 18 First 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. 19 19 20 Syntax in parameter[[BR]] 21 {{{ 22 -group 1,2 -sort 3 23 -g 1,2 -s 3 24 1,2:3 25 }}} 20 Parameter ''group'' will accept a comma separated list of numbers. [[BR]] 21 Parameter ''sort'' will specify what group to sort on. If not defined no sorting will be done.