Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Is there any way in OTBI analysis where we can transpose columns to rows?

VPSangleOct 23 2019 — edited Nov 25 2019

We have developed OTBI analysis where we are using multiple subject areas. And we are getting historical rating for our employee lets say from last three years, the result include Year and Rating which result in values for each year and create three different rows for each employee as shown below.

EmpEmp IDCurrent RatingHistory YrHistory Rating
ABC123420163
ABC123420174
ABC123420184

What our expectation is

EmpEmp IDCurrent Rating2016_Rating2017_Rating2018_Rating
ABC1234344

I tried logical sql and use union but its not allowing to use set operation because some of the columns in our report are hirerarchical/we have selection steps.

Please suggest a way (apart from SQL BI Report) to achieve the same result using OTBI analysis.

Comments
Post Details
Added on Oct 23 2019
3 comments
1,167 views