Summarizing A Calculated Field In An Assignment Report
Hello,
I am attempting to summarize a calculated field that is found on the Task level. My calculated field is formatted as a Number.
When I pull this calculated field into an Assignment report I get no option to Summarize it.
I tried this method here with no success:
https://experienceleaguecommunities.adobe.com/t5/workfront-questions/summarize-column-of-calculated-fields/td-p/561929
The code mentioned in that post is here:
ggregator.displayformat=HTML
aggregator.function=SUM
aggregator.valueexpression=NUMBER({DE:FIELD NAME})
aggregator.valueformat=HTML
displayname=
linkedname=direct
namekey=FIELD NAME
querysort=DE:FIELD NAME
textmode=true
valueexpression=NUMBER({DE:FIELD NAME})
valuefield=FIELD NAME
valueformat=customDataLabelsAsStringOnly when I used that all I got was 0 as a value. Any ideas if this code needs tweaked a bit in order to work for an assignment report, pulling data from the task level?