The Cancellation date is on the account object and the case details are on th case object. Is that the reason? I have tried all variations, but in vain.
Regards,
Vinitha
3 answers
Thats' right - To convert a date/time field into a date field we can use the DATEVALUE function like this:
Account.Cancelled_Date__c - DATEVALUE(CREATED_DATE)