Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
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.

Query taking more time to split,compare using regexp_substr() function

edited Dec 5, 2018 12:36PM in Reporting and Analytics for HCM 3 comments

Summary

Query taking more time to split,compare using regexp_substr() function

Content

Hi ,
 
i have a report to get goal approvers names w.r.t. goal if pending with approvers.  HRC_TXN_DATA table has a column having goal ids which are submitted to approvals.So i need to put in condition on that column.but there column value is comma seperated string.
Ex : Attributte10 value is '300000016429008,300000016429011,300000016429029,300000016429026,300000016429020,300000016429023'
 
 So i need to keep join like this.
 AND HG.previous_state_goal_id in (txnd.ATTRIBUTE10)
 
 So i got some examples quaries using  
 select * from emp where ename in (
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!