I would love a text mode expert's help. I am trying to display in the View of an Assignment report the duration in weekdays from Entry Date to Actual Start Date. I'm wondering if it's an object type discrepancy... do I need to add in a reference to the "issue" object type in the code because it's an Assignment report vs. an Issue report? I've tried about a dozen different things just by researching Workfront One documentation and discussions. The two that I thought would work are these If anyone wants to take a look and offer suggestions, much appreciated!
displayname=Response Time
textmode=true
valueexpression=WEEKDAYDIFF({entryDate},{actualStartDate})
valueformat=HTML
-or-
displayname=Response Time
linkedname=direct
querysort=entryDate
textmode=true
valueexpression=ROUND(WEEKDAYDIFF({entryDate},{actualStartDate}),2)
valueformat=HTML