Question, I need a filed called START to pull from different fields that have dates:
For some reason only the Game Development date is being pulled, any idea's?
Question, I need a filed called START to pull from different fields that have dates:
For some reason only the Game Development date is being pulled, any idea's?
Best answer by Sho
You are probably mistaken.
The SWITCH formula goes like this.
SWITCH({Stage},
'READY FOR GAME DEVELOPMENT', DATEADD({Date},1,'DAYS'),
'READY FOR CREATIVE DESIGN',DATEADD({Date},2,'DAYS'),
'READY FOR PRODUCTION',DATEADD({Date},3,'DAYS')
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.