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.
OTBI Filter Criteria
Summary:
Need help to add a filter criteria in OTBI analysis.
I am using the below filter criteria which is working in payroll subject area:
"Balance Types"."Balance Name" LIKE '%Entitlement Hours'
or
"Balance Types"."Balance Name" IN (CASE WHEN "Balance Types"."Balance Name" LIKE '%Entitlement Hours' THEN "Balance Types"."Balance Name" ELSE NULL END)
I wanted to add one more balance name 'TBI Payslip Total Hours Worked' into this criteria which is hard corded value.
I have tried the below codes but did not work:
- "Balance Types"."Balance Name" LIKE '%Entitlement Hours' || 'TBI Payslip Total Hours Worked'
Tagged:
0