Sorting categorized view

Hello all!

I have a view with categorized columns. Other not-categorized columns can be sort in descending or ascending way. But when I sort the column, the documents lose their categorization.

Is there any way to sort the columns and not lose categorization?

Can I set a view sort order by using an agent?

Is it possible to solve this problem…?

Thanks in advance!

Chiara

Subject: RE: sorting categorized view

At the moment, there’s not a way to re-sort and keep the categorization. You would have to switch to a different view that’s sorted the way you want – and that’s how I suggest you do it.

While technically, it is possible to write code to change the design of the view, this is not normally advisable since the view index must then be totally rebuilt, which for a large database can take a long time. In addition, if the view is shared by multiple users, they couldn’t each sort it the way they want – the last one would win.