Type Ahead Calculation? | Community
Skip to main content
Level 2
March 9, 2020
Question

Type Ahead Calculation?

  • March 9, 2020
  • 1 reply
  • 584 views
Does anyone know if it is possible to use a TypeAhead field in a calculated custom field? IF(ISBLANK({DE:Team Typeahead}),{DE:Project_Requestor Home Team},{DE:Team Typeahead}) Jane Stavinoha
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

imgrund
Adobe Employee
Adobe Employee
March 10, 2020
You can, but remember a type ahead is really "an object" so you need to put ID or Name in there. So something like: IF(ISBLANK({DE:Team Typeahead}.{ID}),{DE:Project_Requestor Home Team},{DE:Team Typeahead}.{name}) Now, I'm not 100% sure about the DE: so if that doesn't work, try removing the DE: LOL! Anthony Imgrund FCB