Is it possible to have nested interactive sorting in RS2005?
eg.
My report displays COUNTRY | STATE | CITY | SALES
I enable interactive sorting on COUNTRY and CITY.
First the I sort on COUNTRY and then if a user clicks on CITY, then it should be sort combination of COUNTRY and CITY.
Is this possible?AFAIK, you will have to group that to make a nested sorting.
HTH, Jens Suessmeyer.
http://www.sqlserver2005.de|||
You have to use shift+click to sort by multiple items at the same time if they share the same context.
-- Robert
No comments:
Post a Comment