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

Help in SOQL Query
Hi,
I need a help in SOQL ,
Select id,subject,CreatedDate__c from task where whoid in (select leadId from CampaignMember where Campaign.id = '70128000000BAgd') and task.CreatedDate__c > (select startdate from campaign where id = '70128000000BAgd')
Iam trying retrieve the records with whoid in campaignmember and createddate of activity greater than camapaign StartDate but iam getting error .can some one advise what is the error here in this query.
Thanks
Kiran
I need a help in SOQL ,
Select id,subject,CreatedDate__c from task where whoid in (select leadId from CampaignMember where Campaign.id = '70128000000BAgd') and task.CreatedDate__c > (select startdate from campaign where id = '70128000000BAgd')
Iam trying retrieve the records with whoid in campaignmember and createddate of activity greater than camapaign StartDate but iam getting error .can some one advise what is the error here in this query.
Thanks
Kiran
Try the below code (replace the id with your id)
Let me know if you have any issues.
Mark it as best answer if it works.
Regards
All Answers
Try the below code (replace the id with your id)
Let me know if you have any issues.
Mark it as best answer if it works.
Regards