Views
Replies
Total Likes
Hi @Anthony Pernice‚ , would you mind copy/pasting your text mode code one more time? I'm looking to do the exact same thing you did (having the Resolution time for each row but also showing an average in the Grouped row) but the code above didn't work for me. Wondering if there was anything missing...
Your reply was very helpful to know this was even possible! Appreciate the help :)
Views
Replies
Total Likes
Hi Rachel,
Sorry for the delayed response. That report was no longer needed so it was deleted BUT I did manage to grab it from my custom refresh sandbox. So the key part is having a column in the report for this to work.
aggregator.function=AVG
aggregator.valueexpression=WEEKDAYDIFF({entryDate},{actualCompletionDate})
aggregator.valueformat=val
displayname=Work Days to Complete
textmode=true
valueexpression=WEEKDAYDIFF({entryDate},{actualCompletionDate})
valueformat=
You may also need to add this calculated field to a custom form on your tasks/issues (depending upon which you need).
WEEKDAYDIFF(Entry Date,Actual Completion Date)
I added a screenshot so you see what this looks like in the end. I hope this helps!
HI @Anthony Pernice‚
Just wanted to thank you for posting this - it was the solution I needed as well!
Thanks!
I just used this code and it worked like a charm. I don't see that Adobe has added an easier way to display the "Work Days to Complete" in reports so I am very grateful for this post! Thank you Anthony!
Views
Likes
Replies