PQTIII
IS-IT--Management
- Sep 21, 2004
- 110
If it is the 1st of the month I want to run last month's report. If not I want to have it run MTD. I have this formula in the select expert section for the date range, but it doesn't work. Is there a diffent way to do this?
if CurrentDate = Date(1) then {930_OEE.shiftdate} in LastFullMonth else {930_OEE.shiftdate} in MonthToDate
Thanks PT
if CurrentDate = Date(1) then {930_OEE.shiftdate} in LastFullMonth else {930_OEE.shiftdate} in MonthToDate
Thanks PT