views:

28

answers:

1

Does anyone know of a way to do multiple groupings on a content query web part. I have been able to customeize everything else, but the sub groupings issue has me.

What I need to do is, first group the list by column1, then within that grouping group on column2.

Any help would be great. Thanks

A: 

In the ContentQueryMain.xsl you need to modify the <xsl:template name="OuterTemplate.Body"> but that would end up having you to hardcode which group you want to add. The Extended CQWP and the Enhanced CQWP might give you more options (I could not find a feature list to confirm if you can do multiple groups)

F.Aquino