Oracle Analytics Cloud and Server

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

Question
144
Views
0
Comments
OracleUser_MUC6U
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