Get Started with Redwood for Oracle Cloud HCM Begin Now
Filtering Between Two "TimeStampDiff" Dates
Content
Good Day,
I was wondering if anyone has had a similar query and has also found a solution. The query is i want to search between Two Dates and for then for it to Pull back the dates "Paid" in between. Normally this is quite simple.
My issue is my two dates parameters are "TimeStampDiff" equations, for example:
First Date Parameter "Effective Date Start":- TIMESTAMPADD(SQL_TSI_Day, -161, "Childbirth and Placement Date Details"."Expected Date of Childbirth or Placement")
Second Date Parameter "Effective Date End":- TIMESTAMPADD(SQL_TSI_Day, -99, "Childbirth and Placement Date Details"."Expected Date of Childbirth or Placement")
0