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.
Column Filter projection for GPA
Summary
Column Filter projection for GPAContent
I need to filter between 2.0 and 4.2 then send anything outside of that range as blank. My projection is valid, but I am receiving the dreaded soap error. I think I'm missing something.
This is in the Projection Tag. I'm adding the script to the post:
Version
Recruiting 15ACode Snippet
<quer:projection id="idGPA" alias="GPA" xmlns:quer="http://www.taleo.com/ws/integration/query"> <quer:query projectedClass="Candidate" alias="GPA"> <quer:filterings> <quer:filtering> <quer:between> <quer:field path="TalentUser,Profile,Studies,Gpa"/> <quer:float>2.0</quer:float> <quer:float>4.2</quer:float> </quer:between> </quer:filtering> </quer:filterings> </quer:query> </quer:projection><quer:projection id="idGPA" alias="GPA" xmlns:quer="http://www.taleo.com/ws/integration/query"> <quer:query projectedClass="Candidate" alias="GPA"> <quer:filterings> <quer:filtering>
Tagged:
1