You need to sign in to do that
Don't have an account?

Createddate in formula
Hi All,
I am trying to write a formula
if(( CreatedDate > 2005-10-08T01:02:03Z),name,'fail')
but its not working..giving the error "Syntax error. Missing ')' ".
Can anyone help me where i am going wrong ?
Thanks...
It is actually
if((datevalue(createddate)>date(2010,10,23)), name,"fail")
All Answers
Is there any way you could use a field instead of the actual date time value and if not you will need to remove the time stamp as it is picking up on the : and perceiveing it as another value and then asking for a another bracket.
here is your formula
This is syntax free formula
Please make sure that CreatedDate field is available for formula field
Hope this will help you
Thanks,
Bala
Thanks...
It is actually
if((datevalue(createddate)>date(2010,10,23)), name,"fail")
Gautam,
Do you think formula that I provide has any issue :)
Thanks,
Bala