Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 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
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