2007 Nov 20 12:36 PM
ho guys,
i need to sort the internal table
i am using the sort statement like this
sort int_table hours descending type ascending
table values
type hours
16
A 16
0
0
0
0
A 0
i want to have the intable displayed like this as below mentioned
16
A 16
A 0
0
0
0
0
How can i give the sort statement
tx
2007 Nov 20 12:41 PM
hi Kumar,
you want:
16
A 16
A 0
0
0
0
0
but there is no way, because in case of hours = 16 the type is sorted ascending, while in case hours = 0 the type is sorted descending.
ec
ho guys,
i need to sort the internal table
i am using the sort statement like this
sort int_table hours descending type ascending
table values
type hours
16
A 16
0
0
0
0
A 0
i want to have the intable displayed like this as below mentioned
16
A 16
A 0
0
0
0
0
How can i give the sort statement
tx
2007 Nov 20 12:41 PM
2007 Nov 20 12:41 PM
hi Kumar,
you want:
16
A 16
A 0
0
0
0
0
but there is no way, because in case of hours = 16 the type is sorted ascending, while in case hours = 0 the type is sorted descending.
ec
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |