I need a formula for a date range to check two different fields the origianl change request actual end date and the task actual end date. I need to pull the record if either of these dates are within the range.
using record selection I've tried.
((date(prc_Rpt_DailyChangeRequest_Rita;1.Actual_End_Date})
in currentdate -5 to currentdate)
or
(date(prc_Rpt_DailyChangeRequest_Rita;1.Task_Actual_End_Date}) in currentdate -5 to currentdate))
But I am only getting the first test. If I reverse the fields then I still only get the first.
The Actual End Date is the Change end date and the Task end date is for the task, but it is part of the original record. The task is not a child record to the parent, but contained in the parent.
using record selection I've tried.
((date(prc_Rpt_DailyChangeRequest_Rita;1.Actual_End_Date})
in currentdate -5 to currentdate)
or
(date(prc_Rpt_DailyChangeRequest_Rita;1.Task_Actual_End_Date}) in currentdate -5 to currentdate))
But I am only getting the first test. If I reverse the fields then I still only get the first.
The Actual End Date is the Change end date and the Task end date is for the task, but it is part of the original record. The task is not a child record to the parent, but contained in the parent.