Question
Issue with Calculated Custom Field Format
Hello, I was trying to create a 'past due' indicator field when issues are past due for reporting purposes. I created the field and it works fine but it was bugging me that closed issues would still show the 'past due' status. I wanted to have that go away once an issue has a status of closed. I put together the statement below following the formatting on Workfront's site but it just won't work. Even when the issue has been closed, it still displays as 'PAST DUE'. If anyone has any ideas, let me know. IF(Status!="Closed"&&Planned Completion Date<$$TODAY,"PAST DUE","") Workfront actually showed the example below on their help page for condition operators in calculated custom expressions. I thought felt like I was on the right track but apparently not. And && Use this modifier to indicate that the condition is fulfilled when the expression finds an item that fulfills two conditions at the same time. For example, use the following statement in a calculated custom field to build an "IF" statement that finds projects that are in Current status and have a Condition of At Risk and marks them as "Mediation Needed." IF(Status="CUR"&&Condition="AR","Mediation Needed","") Thanks,
Andy Bolazina Data and Analytics Workforce Solutions Equifax Inc. O 314-214-7288 C 314-497-7368 "mailto:andy.bolazina@equifax.com" andy.bolazina@equifax.com This message contains proprietary information from Equifax which may be confidential. If you are not an intended recipient, please refrain from any disclosure, copying, distribution or use of this information and note that such actions are prohibited. If you have received this transmission in error, please notify by e-mail "mailto:postmaster@equifax.com" postmaster@equifax.com . Equifax® is a registered trademark of Equifax Inc. All rights reserved.
Andy Bolazina Data and Analytics Workforce Solutions Equifax Inc. O 314-214-7288 C 314-497-7368 "mailto:andy.bolazina@equifax.com" andy.bolazina@equifax.com This message contains proprietary information from Equifax which may be confidential. If you are not an intended recipient, please refrain from any disclosure, copying, distribution or use of this information and note that such actions are prohibited. If you have received this transmission in error, please notify by e-mail "mailto:postmaster@equifax.com" postmaster@equifax.com . Equifax® is a registered trademark of Equifax Inc. All rights reserved.