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.
Is it possible to have a WITH clause in OBIEE Logical SQL?
Summary
Is it possible to have a WITH clause in OBIEE Logical SQL?Content
Hi all!
Is it possible to have a WITH (subquery) clause in OBIEE Logical SQL?
I have to exclude some duplicate workers which are also not active assignment records.
I was able to do this in BI Publisher. I did this by counting person_ids and then excluding person_ids having count > 1 and assignment status type is not active.
I was able to do this in BI Publisher but we need to create some visually pleasing dashboards with this data set and BI Publisher is very limited in terms on graphics like tables, charts, and other views.
0