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.
OBI Filter Week To Date
Content
Hello OBI Users,
I was asked recently how to create a filter that would give results based on the week to date and I want to share my solution with you.
Assuming your week starts on a Monday I created an object with the following formula:
TIMESTAMPDIFF(sql_TSI_DAY, TIMESTAMPADD(SQL_TSI_DAY, - DAYOFWEEK(MIN("Requisition Dates"."Req. Creation Date")) + 2 , MIN("Requisition Dates"."Req. Creation Date")), NOW())
Here is the calculation for the start of the week. If your work week doesn't start on monday the +2 can be modified to move the start date: +3 would be Tuesday, + 3 would be Wednesday, etc.
Tagged:
1