Hi, I am trying to write an IF statement that enters either 1) the data
from a task's custom field (Requester) or 2) the data from the same
field on the project level. I can't find the syntax anywhere here or in
the documentation. I have tried
valueexpression=IF(ISEMPTY({DE:Requester}),{DE:project:Requester},{DE:Requester})valueexpression=IF(ISEMPTY({DE:Requester}),{DE:project}:{DE:Requester},{DE:Requester})valueexpression=IF(ISEMPTY({DE:Requester}),{project:DE:Requester},{DE:Requester})valueexp...