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.
Other (specify) Reject Motive Comments
Summary
how to pull comments entered when recruiter rejects with motive of Other (specify)Content
I was able to accomplish this by using a separate query in BO but I am not quite getting it in OBI. I was hoping someone could help. I want a column to pull the comments entered when the recruiter rejects a candidate with a reason of Other (specify).
I tried the below in the main recruiting subject area. It does pull some, but not all for some reason. Can't figure out the commonality of which ones it is choosing to exclude.
EVALUATE_AGGR('MAX(CASE WHEN %1 = ''Other (specify)'' THEN %2 END)' AS CHARACTER(200), "Submission General Info"."Reject/Decline Motives","Submission Tracking History"."Transaction Comments")
0