Get Started with Redwood for Oracle Cloud HCM Begin Now
TCC complex filter
Hello,
I am having a bit of an issue building a more complex filter in TCC.
Basically, I want to export applicants which have reached either of two specified statuses. So far I managed to achieve this.
The issue appears when one of these statuses has also qualifiers and I need to filter based on the value of the qualifier selection.
Here is the code I am using:
<quer:filtering xmlns:quer="http://www.taleo.com/ws/integration/query">
<quer:or>
<quer:and>
<quer:equal>
<quer:field path="Applications,ProfileInformation,HistoryItems,ApplicationTrackingHistoryItem.Event,CandidateSelectionEvent.Code"/>
<quer:string>STATUS_CHANGED_TO_0_IN_STEP_1</quer:string>
Tagged:
0