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.
Help with getting information when there are no dates
Content
Hi All,
So I am working on a report for Management where we are trying to get times from one Interview to another. Overall its going good but the issue we have is that third Interviews are not always mandatory. I have written code to pull the information from the CSW and pull it into a date format but still have issues when there is no 3rd Interview Date.
The variable that I created is:
Name: 3rd Int Date - Feedback Received Date
Code: =ToDate(Max(If([Application Tracking CSW Step] = "3rd Interview" And [Application Tracking CSW Status] = "3rd Interview - Feedback Received") Then [Application Historical CSW Event Date] Else " ");"MM/dd/yyyy")
0