You need to sign in to do that
Don't have an account?
Romil Gupta 6
Can any one solve my problem??
Hi all,
I m trying to create a formula field but showing error..
can any one help me to crack this this problem.??
Thank you.
I m trying to create a formula field but showing error..
can any one help me to crack this this problem.??
Thank you.
Regards,
Parker
All Answers
For picklist field value comparision, please use "ISPICKVAL" function. Since City__c field is picklist type, it should be
In your formula expression just replace City__C="Jaipur" with ISPICKVAL(City__c, 'Jaipur')
Thats it.
Thanks,
Dilip.
Regards,
Parker