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.
How to filter the column values by another column?
Summary:
I'm currently creating an OTBI report under this Subject Area: Workforce Management - Checklist Real Time
I want to filter employees which have these Response Answers: Staff and Supplier
I used the Filter formula under Edit Column Formula tool:
However, the syntax is invalid:
Here's the error message:
Formula syntax is invalid.
[nQSError: 10058] A general error has occurred. (HY000)
[nQSError: 43113] Message returned from OBIS. (HY000)
[nQSError: 22032] Function FILTER requires at least one measure column in its first argument. (HY000)
SQL Issued: SELECT FILTER("Worker"."Person ID" USING ("Checklist Questionnaire"."Response Answer" IN ('Staff', 'Supplier'))) FROM "Workforce Management - Checklist Real Time"
0