Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Disable sorting on column in obiee answers report

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?
0
Answers
-
Add Narrative view with the below code make sure you select check box for html
<style>
.PT_SI { display: none;}
</style>
0