1

Using a custom content query web part and XSL file in SharePoint 2016, I am bringing in tasks across a site collection. I would like to bring in each task's associated site. Using this article as a reference, I have added the following to my webpart file:

<property name="ViewFieldsOverride" type="string">
  <![CDATA[<ProjectProperty Name="Title" />]]>
</property>

and the following to my XSL:

<xsl:value-of select="@ProjectProperty.Title" />

This is still not bringing in the site titles.

What can I do to achieve this?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.