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.
getting error when added new extra logic to LRD for filtering rows
Content
Hi All,
We have an existing JobApplication Export which is runing fine with the LRD has CompletionDate. Now we have added a new codition to filter the data till Candidate corpstart is greater than SystemDate + 2. It is running fine in our Stage Environment but it failing in production. I guess it is failing because of huge population in Production. First Logic alone works fine with out OR condition (With out second condition). Any help is appriciated.
Below is the code which i have in the filter.
<quer:filtering>
<quer:or>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FIRST LOGIC !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<quer:and>
<quer:lrd>
<quer:projection ref="CompleteDate"/>
0