Question
Quick Tip: You can add a column to a project view to see the total number of tasks in each project.
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.
