2006 Oct 03 6:46 PM
Hello friends,
I have to sort 2 columns ascending and the third column descending.
I am using the below code but has errors.
SORT it2_konv BY knumv kposn
and kschl DESCENDING.
ANy suggestions.
shejal.
2006 Oct 03 6:47 PM
Remove the and
SORT it2_konv BY knumv kposn ASCENDING
kschl DESCENDING.
Thanks,
Naren
Hello friends,
I have to sort 2 columns ascending and the third column descending.
I am using the below code but has errors.
SORT it2_konv BY knumv kposn
and kschl DESCENDING.
ANy suggestions.
shejal.
2006 Oct 03 6:47 PM
Remove the and
SORT it2_konv BY knumv kposn ASCENDING
kschl DESCENDING.
Thanks,
Naren
2006 Oct 03 6:47 PM
SORT it2_konv BY knumv kposn <b>ascending</b>
kschl <b>DESCENDING</b>.AND is not Required.
Regards,
Srikanth.
Message was edited by: Srikanth Kidambi
2006 Oct 03 6:51 PM
SORT it2_konv BY <b>knumv kposn asecding</b> kschl DESCENDING.
2006 Oct 03 6:54 PM
2006 Oct 03 6:53 PM
Hi,
Please try this.
SORT it2_konv BY knumv kposn ascending
kschl DESCENDING.Regards,
Ferry Lianto
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |