Hi,
I have a report that has the following record selection formula.
({tblEmpEvt.EmpEvt_RegDt} >= currentdate -1 and {tblEmpEvt.EmpEvt_RegDt} < currentdate)
or
({tblEmpEvt.EmpEvt_FirstLaunchDt} >= currentdate -1 and {tblEmpEvt.EmpEvt_FirstLaunchDt} < currentdate)
or
({tblEmpEvt.EmpEvt_CnclDt} >= currentdate -1 and {tblEmpEvt.EmpEvt_CnclDt} < currentdate)
or
({tblEmpEvt.EmpEvt_CmpltDt} >= currentdate -1 and {tblEmpEvt.EmpEvt_CmpltDt} < currentdate)
For some reason, this is only evaluating the first block of code, regardless of what order I put it in.
if anyone can help me out that would be great.
thanks
Eileen
I have a report that has the following record selection formula.
({tblEmpEvt.EmpEvt_RegDt} >= currentdate -1 and {tblEmpEvt.EmpEvt_RegDt} < currentdate)
or
({tblEmpEvt.EmpEvt_FirstLaunchDt} >= currentdate -1 and {tblEmpEvt.EmpEvt_FirstLaunchDt} < currentdate)
or
({tblEmpEvt.EmpEvt_CnclDt} >= currentdate -1 and {tblEmpEvt.EmpEvt_CnclDt} < currentdate)
or
({tblEmpEvt.EmpEvt_CmpltDt} >= currentdate -1 and {tblEmpEvt.EmpEvt_CmpltDt} < currentdate)
For some reason, this is only evaluating the first block of code, regardless of what order I put it in.
if anyone can help me out that would be great.
thanks
Eileen