Once logged into OBIEE goto the username and click for MY ACCOUNT.
Change the Analyis Editor Setting to results or criteria.
Modify dashboardeditor.js file
File can be found in these locations
$MW_HOME/Oracle_BI1/bifoundation/web/app/res/b_mozilla/dashboards/dashboardeditor.js
$MW_HOME/user_projects/domains/bifoundation_domain/servers/bi_server1/tmp/_WL_user/analytics_11.1.1/7dezjl/war/res/b_mozilla/dashboards/dashboardeditor.js
Steps:
1: Edit the file dashboardeditor.js file.
2: Search/find for the function “DUIModifyReport”.
3: In this function you will see “&Action=results&Path=”
4: Change “results” to “criteria”. The changed code will look like “&Action=criteria&Path=”
5: Re-deploy the code and bounce the services.
Change the Analyis Editor Setting to results or criteria.
For a Global Solution Try the Below:
Modify dashboardeditor.js file
File can be found in these locations
$MW_HOME/Oracle_BI1/bifoundation/web/app/res/b_mozilla/dashboards/dashboardeditor.js
$MW_HOME/user_projects/domains/bifoundation_domain/servers/bi_server1/tmp/_WL_user/analytics_11.1.1/7dezjl/war/res/b_mozilla/dashboards/dashboardeditor.js
Steps:
1: Edit the file dashboardeditor.js file.
2: Search/find for the function “DUIModifyReport”.
3: In this function you will see “&Action=results&Path=”
4: Change “results” to “criteria”. The changed code will look like “&Action=criteria&Path=”
5: Re-deploy the code and bounce the services.