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

How to Separate Concatenated Product Category Segments in OTBI

edited Aug 2, 2020 7:22PM in Product Master Data Management 1 comment

Summary

OTBI Shows Category Name values concatenated together.

Content

HI  All, 

I have a requirement to show each category segment in a separate column but currently in OTBI it's appearing as below. 

 Fillers.Calcium Carbonates 1000-3000.

I am able to split it for BI Publisher using the below sample query but for OTBI , I am still searching for a solution. 

SELECT 

REGEXP_SUBSTR ('RM. Fillers.Calcium Carbonates 1000-3000','[^.]+', 1, 1)

REGEXP_SUBSTR ('RM. Fillers.Calcium Carbonates 1000-3000','[^.]+', 1, 2)

REGEXP_SUBSTR ('RM. Fillers.Calcium Carbonates 1000-3000','[^.]+', 1, 3)   

FROM    dual

--------------------------------------------------------------------------------

Please share if some one have used Evaluate(regexp_substr) function in OTBI to manipulate text such as convert text to columns based on certain values.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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