Calculating Days between Dates
mickeymurray
Forums
Hi! I need to calculate the days between the field date and 3/31/2019. I am trying to do this in Equation Editor and cannot use the @Age function. I entered in the following: "20190331" - INVOICE_DATE and the equation error "mismatch field type" is showing up. Any help would be appreciated.
You have to add @ctod around
You have to add @ctod around it. So do @ctod("20190331", "YYYYMMDD") and that should fix the problem.