How can we change the initial sort direction from being ascending Some reported columns logically require initial sort to be descending. Short of creating a custom sort parameter, and using the sort the old style (sql 2000 rs).
Thanks.
Sam
How can we change the initial sort direction from being ascending Some reported columns logically require initial sort to be descending. Short of creating a custom sort parameter, and using the sort the old style (sql 2000 rs).
Thanks.
Sam
Set initial sort direction using Interactive sort.
ZaceOne
The closest you can get is to use a regular sort expression to get the initial sorting.
-- Robert