How to customize a field to filter to down to a specific type
I have a team that uses the issue tab in project to log in objectives and action items. There is a log type field created to tag whether an issue is an "objective" or "action item". I am trying to create a project report in Workfront that shows the total number of issues and number of open issues. However, the total number of issues and number open issues is the sum of all issue entries per project; so it counts both my objective and action items. Is there a way to modified these two columns in text mode (or some other approach) to filter down to only "action item".
I have tried to filter my report by issue type, but the total issue column still shows both objectives and action items. And modifying the total issue in text mode by adding my custom field but that produced no result (I know my syntax is likely wrong).
displayname= Total Action Items
linkedname=direct
namekey=DE:totalOpTaskCount:IssueType=Action Item
querysort=DE:totalOpTaskCount:IssueType=Action Item
valuefield=DE:totalOpTaskCount:IssueType=Action Item
valueformat=int
Any suggestion is greatly appreciated.