Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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