Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 52 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 288 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 111 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OBIEE 12c - How to collapse a section by DEFAULT
OracleUser_MUC6U
Rank 5 - Community Champion
Hi,
In OBIEE 11g you could add a piece of java script to a text box for the section so that on dashboard load the section is collapsed by default.
I've tried the same java script in 12c but doesn't seem to work. Anyone been able to collapse the section by default in 12c?
11g
javascript
<script type=”text/javascript”>
saw.dashboard.onToggleSection('<section id>',event);
</script>
Thanks
Adrian
0