In my case, I’d like to count the number of opportunities that satisfies from create date to partner involve date (PAI) to be <= 45 days. I’ve tried datediff(created_date, PAI, “DD”), but would like to compare with 45 days (fixed number). How to realize the ultimate results as screenshots?
Thanks