Skip to main content
added pictures of code
Source Link

I have several different task lists in an online SharePoint site. I want the Web Part to display links to task lists that contain overdue tasks.

I have the logic set to display where Due Date < Today, and Task Status =! Completed.

This displays all the individual tasks that are overdue:

enter image description here

However, I actually want to display links to the entire task lists that contain overdue tasks, rather than the tasks themselves.

I believe the functionality is somewhere within these Presentation fields: enter image description here

What do I need to do to achieve this?

I need to change the url from the individual task to the list as a whole, but I don't know where exactly. Here is the XSL code:

enter image description here

enter image description here

I have several different task lists in an online SharePoint site. I want the Web Part to display links to task lists that contain overdue tasks.

I have the logic set to display where Due Date < Today, and Task Status =! Completed.

This displays all the individual tasks that are overdue:

enter image description here

However, I actually want to display links to the entire task lists that contain overdue tasks, rather than the tasks themselves.

I believe the functionality is somewhere within these Presentation fields: enter image description here

What do I need to do to achieve this?

I have several different task lists in an online SharePoint site. I want the Web Part to display links to task lists that contain overdue tasks.

I have the logic set to display where Due Date < Today, and Task Status =! Completed.

This displays all the individual tasks that are overdue:

enter image description here

However, I actually want to display links to the entire task lists that contain overdue tasks, rather than the tasks themselves.

I believe the functionality is somewhere within these Presentation fields: enter image description here

What do I need to do to achieve this?

I need to change the url from the individual task to the list as a whole, but I don't know where exactly. Here is the XSL code:

enter image description here

enter image description here

Improved clarity
Source Link

How to consolidate taskmultiple SharePoint Online lists with Content Query Web Part

I have a series ofseveral different task lists in aan online SharePoint site that contain a column called "Task Progress," shown here: enter image description here

. I want the Web Part to create a dashboard that displaysdisplay links to only the task lists that contain overdue tasks marked "Overdue."

I'm trying to use the Content Query Web Part, but I receivehave the following error: "This query has returned no itemslogic set to display where Due Date < Today, and Task Status =! Completed."

Error message shown here for Content Query 2, with my inputsThis displays all the individual tasks that are overdue:

enter image description hereenter image description here

HereHowever, I actually want to display links to the entire task lists that contain overdue tasks, rather than the tasks themselves.

I believe the functionality is my presentation sectionsomewhere within these Presentation fields: enter image description here

enter image description here Cheers! What do I need to do to achieve this?

How to consolidate task lists with Content Query Web Part

I have a series of task lists in a SharePoint site that contain a column called "Task Progress," shown here: enter image description here

I want to create a dashboard that displays links to only the task lists that contain tasks marked "Overdue."

I'm trying to use the Content Query Web Part, but I receive the following error: "This query has returned no items."

Error message shown here for Content Query 2, with my inputs:

enter image description here

Here is my presentation section:

enter image description here Cheers!

How to consolidate multiple SharePoint Online lists with Content Query Web Part

I have several different task lists in an online SharePoint site. I want the Web Part to display links to task lists that contain overdue tasks.

I have the logic set to display where Due Date < Today, and Task Status =! Completed.

This displays all the individual tasks that are overdue:

enter image description here

However, I actually want to display links to the entire task lists that contain overdue tasks, rather than the tasks themselves.

I believe the functionality is somewhere within these Presentation fields: enter image description here

What do I need to do to achieve this?

Post Undeleted by mhtedford
Post Deleted by mhtedford
Added pictures
Source Link

I have a series of task lists in a SharePoint site that contain a column called "Task Progress," shown here: enter image description here

I want to create a dashboard that displays links to only the task lists that contain tasks marked "Overdue."

I'm trying to use the Content Query Web Part, but I receive the following error: Cannot save all of the property settings for this Web Part. There is a problem with one or more of the field values below."This query has returned no items."

Error message shown here for Content Query 2, with my inputs:

enter image description hereenter image description here

Here is my presentation section:

enter image description here Cheers!

I have a series of task lists in a SharePoint site that contain a column called "Task Progress," shown here: enter image description here

I want to create a dashboard that displays links to only the task lists that contain tasks marked "Overdue."

I'm trying to use the Content Query Web Part, but I receive the following error: Cannot save all of the property settings for this Web Part. There is a problem with one or more of the field values below.

Error shown here, with my inputs:

enter image description here

Here is my presentation section:

enter image description here Cheers!

I have a series of task lists in a SharePoint site that contain a column called "Task Progress," shown here: enter image description here

I want to create a dashboard that displays links to only the task lists that contain tasks marked "Overdue."

I'm trying to use the Content Query Web Part, but I receive the following error: "This query has returned no items."

Error message shown here for Content Query 2, with my inputs:

enter image description here

Here is my presentation section:

enter image description here Cheers!

Added Presentation picture
Source Link
Loading
Source Link
Loading