Expand my Community achievements bar.

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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Type Ahead Calculation?

Avatar

Level 3
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
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 10
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