I've got what seems like an edge case:
Connecting a QueryStringFilterWebPart to XsltListViewWebPart in a blank site template
I've got these features enabled in the blank site
Enable-SPFeature -identity "WebPartAdderGroups" -URL $url Enable-SPFeature -identity "DocumentSet" -URL $url Enable-SPFeature -identity "BizAppsSiteTemplates" -URL $url
I can connect using a TextFilterWebPart instead of the QueryString Filter.
Also I can connect a QueryStringFilterWebPart to a DataFormWebPart successfully (with SPDataSource in ListItem mode)
but I can't connect QueryStringFilterWebPart to XsltListViewWebPart.
I've seen it suggested that it would work on a team site.
Hopefully it's just a matter of enabling some extra features.
Anyone got suggestions?
Thanks
Martin