Skip to main content
Level 4
September 30, 2019
Question

If Description = XYZ, Display XYZ

  • September 30, 2019
  • 2 replies
  • 539 views
Hi All! Looking for some assistance to what I thought was simple as we've done it before, but just receiving the invalid expression pop up.. We want the custom field to say.. If "Task Description" = SL1, Display, "Project.SL1" (Project.SL1 is copying the data from project level) Trying, IF({Description}="SL1", "Project.SL1") IF({description} = "SL1", CONCAT({Project.SL1}, "") & have tried using the task level calculated fields for this, but that's not working either (CONCAT(Project.SL1))... Any ideas?? Thank you! Jordan Martinson LeaseTeam, Inc.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

JordanMaAuthor
Level 4
October 1, 2019
Got it! IF(CONTAINS("SL1",Description), CONCAT(Project.SL1), "") Jordan Martinson LeaseTeam, Inc.
kynabaker16
Adobe Employee
Adobe Employee
October 1, 2019
Yay! How did you end up figuring it out? Just trial and error?