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.
In need of a column projection that Filters then Decodes
Summary
In need of a column projection that Filters then DecodesContent
Hello,
I'm in need of a column projection that Filters then Decodes values.
I tried the projection below but it is invalid. Not sure if this is the order in how this is setup, but I get a an invalid projection:
<quer:projection id="idDegreeSequence" alias="DegreeSequence" xmlns:quer="http://www.taleo.com/ws/integration/query">
<quer:query projectedClass="Candidate" alias="DegreeSequence">
<quer:filterings>
<quer:filtering>
<quer:equal>
<quer:field path="TalentUser,Profile,Studies,CustomField:Graduated,Description"/>
<quer:string>Yes</quer:string>
</quer:equal>
</quer:filtering>
<quer:filtering>
Tagged:
1