Oracle Analytics Cloud and Server

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

Disable sorting on column in obiee answers report

Received Response
3
Views
1
Comments
user12863665
user12863665 Rank 6 - Analytics Lead

i would want to remove sort asc/desc(toggle) on the report output columns In answers report.

i cant see any option to delete sorting option.

any one suggest me how can delete that?

Answers

  • SriniVEERAVALLI
    SriniVEERAVALLI Rank 6 - Analytics Lead

    Add Narrative view with the below code make sure you select check box for html

    <style>

    .PT_SI {       display: none;}

    </style>