Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
Does anyone know how to do a If/Then statement in the reporting. My tasks have a custom notes field and I only want to show the notes at the parent task level, below is how this would look:
If parent is a project (identifying top level tasks)
Show task note
If parent is a task
Show parent task note
I'm not sure if this is possible in WF but wanted to check with the community. Ryan Eide Amazon - ERMC
Ryan, Here is one way to get what I believe you are looking for. The code is: valueexpression=IF({indent}=0,{lastNote}.{noteText},{parent}.{lastNote}.{noteText}) valueformat=HTML Let me know if you have any questions. Thanks!! David DAVID A. TAYLOR SVP, Managed Services
Thanks, David! I did not know about the Indent field before. I've used IF or report filters that will say Task Number equals 1 to cover the "project" task. This is much cleaner! Anthony Imgrund FCB