Expand my Community achievements bar.

Join us LIVE in San Francisco on November 14th for Experience Makers The Skill Exchange. Don't miss out on this free learning event!
SOLVED

How can I count total issues on a project report? I see code for open issues but cannot figure out what it would be for all issues.

Avatar

Level 2

I found count for open issues and tried different permutations in text mode with no success.

This is code for open issues:

valuefield=numberOpenOpTasks

querysort=numberOpenOpTasks

valueformat=int

displayname=

linkedname=direct

namekey=numberOpenOpTasks

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi Elise -

Try this:

displayname=

linkedname=direct

namekey=totalOpTaskCount

querysort=totalOpTaskCount

valuefield=totalOpTaskCount

valueformat=int

View solution in original post

4 Replies

Avatar

Level 2

The only workaround I've figured out is to group them. When you group things, the system tallies the grouped items together and puts a total in the bottom right corner. Not exactly what you're looking for, but maybe could work until you figure out the text mode.

Avatar

Correct answer by
Level 7

Hi Elise -

Try this:

displayname=

linkedname=direct

namekey=totalOpTaskCount

querysort=totalOpTaskCount

valuefield=totalOpTaskCount

valueformat=int

Avatar

Level 2

@Sarah Nau‚ Thank you so much! This is exactly what I needed. I didn't realize I needed both total and count. I spent over a week trying to get the correct terminology from Workfront and still haven't received assistance so this is really helpful.