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