Hi,
Try this:
Step1. ({OEORH1.OHORDD} > {@current date 2} - 6) or ({OEORH1.OHORDD} < {@current date})
This works either first condition or second condition.
Step2.
({OEORH1.OHORDD} > {@current date 2} - 6)
and ({OEORH1.OHORDD} < {@current date})
Both conditions pass then this condition executed.
Thanks,
dj