Sorting report by custom field
Hi all - need a little help. I've been asked to create a report that shows the number of days requests lived on the backlog prior to project conversion. This is my column code, which works perfectly:
displayname=Days on backlog
textmode=true
valueexpression=ROUND(DATEDIFF({entryDate}, {convertedOpTaskEntryDate}))
valueformat=HTML
THEN, I was asked to sort the report by this column, so I added:
sortOrder=1
sortType=asc
This doesn't work, it just breaks the report. Any suggestions on how to sort by this column?