Hi,
If I understand your requirements correctly, I think that something like this would work:
(Month($ReportedDate) < Month(OrganizationNow()) || Month(OrganizationNow()) = 1 && Month($ReportedDate) = 12) &&
Day(OrganizationNow()) > 1 &&
$ReportedDate < OrganizationNow()
I hope this helps.
Roland
Comment actions