Corflex
Technical User
- May 16, 2002
- 14
Per 9.6
I want the last 5 days in a query.
I have the following and it works:
OEINVH.INVDATE BETWEEN 20090525 AND 20090529
I also have used this for current date only and it works:
OEINVH.INVDATE >= {*FormatedCurrentDate}
Now I want BETWEEN current date AND current date minus 5
How can I do this?
I want the last 5 days in a query.
I have the following and it works:
OEINVH.INVDATE BETWEEN 20090525 AND 20090529
I also have used this for current date only and it works:
OEINVH.INVDATE >= {*FormatedCurrentDate}
Now I want BETWEEN current date AND current date minus 5
How can I do this?