
Is that possible?
2 réponses
Hi Andy,
Salesforce reports does not support field to field comparision, please upvote and promote the below idea.
https://success.salesforce.com/ideaView?id=08730000000BrHAAA0
Meanwhile, you can create a formula field of checkbox type on campaign member object and the checkbox field will be checked if the Member First Associated Date is same as the Lead Created Date and use this as a filter in you reportCreate a formula field call it "Same Day Association", formula return type Checkbox and the formula is
IF( DATEVALUE(Lead.CreatedDate ) = DATEVALUE(CreatedDate ),TRUE,FALSE)