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.
Combine Two CASE WHEN formulas
Summary
Need HELP with Nested FormulasContent
I was looking for ways to combine the following two CASE WHEN formulas and did the calculation based on the filtered data. This is what I have so far:
1. Find the earliest day on data field "Requisition Approved" - MIN((CASE WHEN "Requisition Tracking History"."Transaction Event Type"= 'Requisition Approved' THEN "Requisition Tracking History"."Req. History Transaction Date" END) BY "Requisition Identification"."Req. Identifier")
2. Find the earliest day on data field " Requisition Approved on Behalf" - MIN((CASE WHEN "Requisition Tracking History"."Transaction Event Type"= 'Requisition Approved on Behalf' THEN "Requisition Tracking History"."Req. History Transaction Date" END) BY "Requisition Identification"."Req. Identifier")
1