Does anyone know if it's possible have a sharepoint lsit view sort by more than 2 columns. Wned I go to modify the view in the UI I'm only allowed to enter two sort fileds. I tried to do it in the Source like 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 -->