Hi guys! Building a Task report and trying to pull all notes (not all updates) and their replies on any given task. This code gives me all updates on a task, including system updates that I don't want (like "changed the status to {0}"):displayname=Updates Basic listdelimiter=<p> listmethod=nested(up...
We started with Workfront about a year and a half ago, without implementing queue topics/topic groups or routing rules. Now, in an effort to simplify requests for users (and take advantage of some of the automation with routing rules), we are adding queue topics. What is the best way to transition t...
Hi guys! This thread is inactive, but I have a build on this question.In a Document report I'm building, I use the following code for one of my columns: displayname=Decision: Changes Required listmethod=nested(currentVersion.proofApprovals).lists listdelimiter=<div> type=iterate valueexpression=IF({...
I am a Project Manager for a small team, and in the course of our work, sometimes projects get delayed (sometimes by my team, but usually by our client). In the case of a client delay, we want to update the timeline to accommodate for the delay and adjust subsequent task dates at the point of delay....
Hi all! I've been working on documenting our company's fusion scenarios and keep going back and forth on the best way to capture all the information. I'm currently using an excel sheet where each cell is a module's inputs and outputs, but it's a lot to look at and can get confusing. I was wondering ...
I have a Fixed Date task that is not due until May, 2026. Right now, the task has no predecessor, so it appears as Ready to Start in the My Tasks list for the user to whom it is assigned even though she cannot work on the task right now. I know that if I add a predecessor, that will effectively "hid...
Is there any text mode to configure a dashboard page view filter to show the reports included in the dashboard? I saw this view filter in another instance, but I can't see how to replicate the filter in my instance to show reports. Thanks
Hello, I am pulling a proof approval report. I have created a custom radio button field on the campaign level (with values Yes/No only), which I am hoping to pull into this proof approval report. I would also like to group my report by this field. Can someone help me with the instructions in text mo...
Hello! Previously I'd been tasked to group parent names by R1, R2, R3, etc. Now they've moved the goal post and want me to edit the report to count how many projects go up to R1, up to R2, up to R3, etc. I've started the expression: IF((CONTAINS({parent}.{name},"R1"),(NOTCONTAINS({parent}.{name},"R...