I am using CR8 and the problem I have is this.
The first group I have is direction. The second group I have is a list of numbers.
When the direction is "NORTH" I want the second group to be ordered in descending order.
When the direction is "SOUTH" I want the second group to be ordered in ascending order.
i.e.
Group #1 --> NORTH
Group #2 --> 30 <- Group #2 ordered in descending order
29
..
Group #1 --> SOUTH
Group #2 --> 1 <- Group #2 ordered in ascending order
2
..
Is there an easy way to do this?
The first group I have is direction. The second group I have is a list of numbers.
When the direction is "NORTH" I want the second group to be ordered in descending order.
When the direction is "SOUTH" I want the second group to be ordered in ascending order.
i.e.
Group #1 --> NORTH
Group #2 --> 30 <- Group #2 ordered in descending order
29
..
Group #1 --> SOUTH
Group #2 --> 1 <- Group #2 ordered in ascending order
2
..
Is there an easy way to do this?