Pergunta

We've got some lists that we plan to aggregate using a content query web part (CQWP) later, using a custom content type. The content type will be used on numerous sites within a site collection, but in each site we might not need all the columns, so we'd like to delete the ones we don't need on that local list.

Will this affect aggregation and filtering in the CQWP if some of the columns of the content type aren't present on some of the lists, while other lists might have additional columns not found on the content type? Will this blow up the CQWP?

Just wanting to see if this path is a good idea or if we'll run into serious issues down the road. Thanks.

Foi útil?

Solução

You could take other routes besides aggregating content types.

One would be to create a data source in Designer and then bring in the columns directly from the other lists. Your xsl would get tricky b/c you woudl need to reference xpaths, which could affect performance but I've done amazing things using this method.

Or you could create a new custom list with lookup columns to the various other lists where you could then select to pull in whatever associated columns you need. This would probably be the easier of the two.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top