This is what I ended up using for now in my task report column to reduce due date by 1 day instead of 2 for now:displayname=(APPROVAL) Adjusted Due Date -1 dayshortview=truestyledef.case.0.comparison.icon=falsestyledef.case.0.comparison.leftmethod=approvalProcessIDstyledef.case.0.comparison.lefttext...
@WeberJ And I guess if it's possible, it would be even better to show that adjusted due date as a column based on if there is a task approval, if that logic is possible rather than relying on how we name the tasks, which isn't always consistent.
Thank you so much! That appears to be working well for task reports. I had trouble manipulating it to work in an assignment report instead, though. Would you happen to know how to get that same code to work in an assignment report?
I am wondering if anyone could help figure out if this is possible and can help with the text mode code to have a column in a task or assignment report show the plannedCompletionDate minus two days whenever the task name contains "and Approval" to provide a better due date for users to allow two day...
@sljonashi I am grateful that you provided the zip file for the extensive code you use within that project report, but I was running into errors whenever I tried adding the text mode code for the 2nd column. Do you know why that might be? I fixed what I assumed was a typo in the first line, but I st...
Can anyone help guide me on how to create a note report for proof comments by the document version name where that note/comment lives? The reports I have built so far seem to all show the total comments on each document, and sometimes I want to know how many comments were on any documents containing...
Thanks!This text mode seems to be doing what I want. displayname=Timesheet Linktextmode=truevalueexpression=CONCAT("https://YOURDOMAIN.my.workfront.com/timesheet/", {timesheet}.{ID},"/overview")valueformat=HTML
Accepted Answer:displayname=Timesheet Linktextmode=truevalueexpression=CONCAT("https://YOURDOMAIN.my.workfront.com/timesheet/", {timesheet}.{ID},"/overview")valueformat=HTMLWe have a report built to show any errors that occurred when using Fusion but the hour report doesn't provide a link directly t...