Categories
- All Categories
- Oracle Analytics Learning Hub
- 29 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 237 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 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 & AI 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