Sort wss3.0 view by more than 2 columns
Posted
by russellGove
on Stack Overflow
See other posts from Stack Overflow
or by russellGove
Published on 2010-05-11T18:13:18Z
Indexed on
2010/05/12
9:34 UTC
Read the original article
Hit count: 126
sharepoint
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 -->
© Stack Overflow or respective owner