Hi there,
I wanna calculate the range between two dates less than 3 months:
I made it as
if(date_diff(PerformedDate,LatestDate<7,776,000,000),1,0)
3 months = 7,776,000,000 milisec
But I get an error as "must have arguments of the same type"
Both date are the same date format.
Any recommendations?