Unsorted columns are also coming in orderby clause obiee — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Unsorted columns are also coming in orderby clause obiee

Received Response
1
Views
1
Comments
User_DBCL0
User_DBCL0 Rank 4 - Community Specialist

Hi All,

I have 4n0+ columns in obiee report and sorted 4 columns only in the report.

But in order by class other unsorrted columns are also coming.

Can you please suggest why these are coming.

I guess that these are included as defulat by obiee as a performace technique.

Answers

  • FTisiot
    FTisiot Rank 6 - Analytics Lead

    I guess that these are included as defulat by obiee as a performace technique.

    Don't think it's a performance technique but rather than a layout consistency.

    You want your analysis always returning the rows in the same order and not randomly (if the ordering for the subset of columns you decided returns multiple rows).

    You don't really want the order of rows in your table to change every time you run the query. That's why Oracle adds the oder order by.