Hi All. I’m trying to do a saved search that includes the criteria “Period is not current or future periods.” I can’t use Period filter, because it doesn’t allow absolutes. I can’t use Accounting Period Fields… and use End Date, because unapproved transactions have a Period but (somehow) not an Accounting Period, and I need unapproved transactions in my results.
So I’m trying to turn Period into a Date field and use that in the criteria, by doing this:
TO_DATE(SUBSTR({postingperiod}, 0,3) || ' 11 ' || SUBSTR({postingperiod}, 5,4))
But that throws an “unexpected error.”
I have a ticket open with NS on the unexpected error, but in the meantime, my users need this search. Ideas?