Exception on date plus 1 additional filter
Content
I'm having difficulty with the logic here. I'm trying to create an exception on a date column where the date equals the system date, and the status has a specific value. I was able to create an exception with similar parameters, showing past dates:
If(opportunities.statis_id = 118, date_diff(sysdate(), opportunities.c$call_by_date)/3600) is greater than 24.
Is there a way to alter this to hit when the date equals the system date? Or is there a better approach? Thanks.
Tagged:
0