Skip to main content
I am having trouble completing the following Trailhead: Create a formula field that determines the number of days between the end date of a contract and today. This is the formula that I am using:

EndDate - TODAY() 

I keep getting the following error when I check the syntax:  Error: Formula result is data type (Number), incompatible with expected data type (Date).
답변 41개
  1. 2025년 1월 22일 오전 8:18

    Hi , 

     

    Formula  => TODAY() - DATEVALUE(ActivatedDate) 

     

    worked for me 

0/9000