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")