I'm at a loss here. Had a search that ran just fine last week, but shows invalid expression errors now as I try to run it. Is this a defect, or am I doing something wrong?
s
Sandii
05/25/2022, 3:05 PM
if the system date format settings changed then those dates might be invalid now
Sandii
05/25/2022, 3:06 PM
You could also put your formula in suite analytics instead, it has a formula checker
d
Dominic B
05/25/2022, 3:09 PM
Change to TO_DATE('11/15/2021','MM/DD/YYYY') etc
c
Corey Schwoebel
05/25/2022, 4:14 PM
Thanks to both of you. Using the second argument for the TO_DATE function, in my case M/D/YYYY, fixed the issue.