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 out between Monday and Friday of current week
Content
I want to pull candidates who were moved into specific main statuses only between the Monday and Friday of the current week, inclusive.
I'm new to expressions so I'm a bit lost, but I know what functions I would use in Excel to figure those dates.
- Monday's date = IF(AND(TODAY()>=DATE(YEAR(TODAY()),MONTH(TODAY()),DAY(TODAY()) + 2-WEEKDAY(TODAY())),TODAY()<=IF(WEEKDAY(TODAY()+2, 2)<>7,TODAY()-WEEKDAY(TODAY()+2, 2),TODAY())),"YES","NO")
- Friday's date = IF(WEEKDAY(TODAY()+2, 2)<>7,TODAY()-WEEKDAY(TODAY()+2, 2),TODAY())
From these two dates I want to have an expression that let's me filter only the dates that fall between these two.
0