You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

In need of a column projection that Filters then Decodes

Received Response
23
Views
3
Comments
edited Dec 13, 2022 6:45AM in Taleo Enterprise 3 comments

Summary

In need of a column projection that Filters then Decodes

Content

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"&gt;
  <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>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!