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
Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

TCC - MINUS complex query example

edited Dec 13, 2022 6:40AM in Taleo Enterprise

Content

I'm looking for an example of the MINUS operator for a TCC export.  The syntx included in the User Guide does not seem quite right.  Thanks in advance.

<minus alias="testMinus">

  <queries>

    <query alias="candidate" projectedClass="com.taleo.akirademo.entity.Candidate">

      <projections>

        <projection alias="entityKey" tag="entityKey">

          <key path=""/>

        </projection>

      </projections>

      <filterings>

        <filtering>

          <matches>

            <field path="firstName"/>

            <string>a*</string>

          </matches>

        </filtering>

      </filterings>

    </query>

    <query alias="candidate2" projectedClass="com.taleo.akirademo.entity.Candidate">

      <projections>

        <projection alias="entityKey" tag="entityKey">

          <key path=""/>

        </projection>

      </projections>

      <filterings>

        <filtering>

          <matches>

            <field path="firstName"/>

            <string>s*</string>

          </matches>

        </filtering>

      </filterings>

    </query>

  </queries>

</minus>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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