Quick Tip: You can add a column to a project view to see the total number of tasks in each project. | Community
Skip to main content
kynabaker16
Adobe Employee
Adobe Employee
September 16, 2021
Question

Quick Tip: You can add a column to a project view to see the total number of tasks in each project.

  • September 16, 2021
  • 2 replies
  • 577 views

To see the total number of tasks in each project, add the following text mode code to a blank column in your view:

valuefield=totalTaskCount

linkedname=direct

valueformat=int

displayname=Total Tasks

textmode=true

querysort=totalTaskCount

"Like" this post if you find it helpful!👍

To find all previous Quick Tips, go here and view the Discussions tab.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Heather_Kulbacki
Community Advisor
Community Advisor
July 7, 2023

Exactly what I needed this afternoon!!

Level 4
February 7, 2024

Hi there

Is there an easy way for this to convert to only Open Tasks? Those that are not 100% complete?

Thomas