Report Aggregate for Custom Column
Hi WF Community,
I have an hours report. I'm referencing a custom field at the program level (DE:WF Total Hours Sold) through a text mode column on the report. This all works fine.
I want to group the report and have this custom text mode column (DE:WF Total Hours Sold) display the MAX value in the grouping.

I was trying to use the aggregator text mode code, but it doesn't seem to be working:
aggregator.function=MAX
aggregator.namekey=project
aggregator.valuefield=project:program:DE:WF Total Hours Sold
aggregator.valueformat=currencyStringCurrency
displayname=Monthly Contract Value
linkedname=project
namekey=view.relatedcolumn
namekeyargkey.0=project
namekeyargkey.1=project:program:DE:WF Total Hours Sold
querysort=project:program:DE:WF Total Hours Sold
textmode=true
valuefield=project:program:DE:WF Total Hours Sold
valueformat=currencyStringCurrency
Anyone know where I might be going wrong?
Thanks!
Nick