Skip to main content
I'm trying to create a formula on a report that adds 10 Days to a date field and subtracts 1 day every day. The formula I'm using is the following.

 

(Contact.Actual_Start_Date__c:UNIQUE + 10) - TODAY()

 

I'm getting the following error:

 

Incorrect parameter type for operator '-'. Expected Number, received Date
9 answers
  1. Dec 10, 2020, 2:19 PM
    The only way to do this formula is to put it in a field. This formula can't be run on the report.

     

     
0/9000