Hi,
I'm working on grouping my data for a content query web part so I can see multiple items under a category, then multiple items within a title. I first started trying this by using 'groupby' in the queryoverride property which didn't work ( didn't group it), then I started looking at using "generate-id" as a way to group the data. If I use the 'generate-id' do I then need to remove the groupby statement in the queryoverride? Thank you.
mhoran