Sort wss3.0 view by more than 2 columns
- by russellGove
Does anyone know if it's possible to sort a sharepoint list view bymore than 3 columns. It doesn't let me do it in the UI and whwn I added this:
> <Query>
> <GroupBy Collapse="TRUE" GroupLimit="100">
> <FieldRef Name="Category" />
> <FieldRef Name="SubCategory" />
> <FieldRef Name="Topic" />
> </GroupBy>
> <OrderBy>
> <FieldRef Name="Category" />
> <FieldRef Name="SubCategory" />
> <FieldRef Name="Topic" />
> </OrderBy>
> </Query>
I get an error on the page:
<!-- #RENDER FAILED -->