Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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