You need to sign in to do that
Don't have an account?
KrishSingh
Query Error
Can any one help me to resolve this error "unexpected token: 'createdDate'". Coming when I am executing query.
Thank You
Krish
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Can any one help me to resolve this error "unexpected token: 'createdDate'". Coming when I am executing query.
Thank You
Krish
We can not compare like this:
To do so create a formula field (eg. name "MyCondition")
Now in your query you can do like this :
Hope this will help.
All Answers
Please provide some more info or little bit of code snippet will work. Please provide your query atleast so we can understand where you are going wrong.
Thanks for the quick reply. My query is [SELECT name, id FROM account WHERE lastModifiedDate > createdDate] ;
We can not compare like this:
To do so create a formula field (eg. name "MyCondition")
Now in your query you can do like this :
Hope this will help.
Thank you. I got your point.