Report column showing the difference between proof deadline and $$TODAY?
I have a Proof Approval report that shows all reports that have pending approvals and a proof deadline earlier or equal to $$TODAY. I'd like a column that shows the difference between the proof deadline and $$TODAY.
I tried this:
valueexpression=ABS(WEEKDAYDIFF (documentVersion:proofDeadlineDate},{$$TODAY}))
valuefield=dateVariance
valueformat=HTML
aggregator.valueexpression=WEEKDAYDIFF({documentVersion:proofDeadlineDate},{$$TODAY})
aggregator.function=AVG
aggregator.valueformat=HTML
aggregator.namekey=datevariance
namekey=datevariance
displayname=Date Variance (Entry to Actual Completion Date)
textmode=true
description=Entry to Actual Completion Date
Obviously it didn't work. Suggestions?
Thanks!