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.
Busting OTBI Myths - NOT IN
Content
Myth: OTBI can't give me a list of workers without goals (or absences or ...)
There are a few ways to perform a "NOT IN" query. The easiest and most performant is to use the MINUS SET operator, listing all workers MINUS those with goals. Another simple solution is to filter one analysis (all workers) based on the results of another (NOT IN workers with goals), however, this only works well when the data sets are not large. A more complex solution is to use Logical SQL
Examples in Report Sharing Center:
- https/cloudcustomerconnect.oracle.com/posts/916d8357fb (SET and NOT IN)
Tagged:
2