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
OBIEE 12c Moving the Filter Search... option to top of list.

Hi,
Anyone know if its possible to reorder the Filter/Dropdown list so that the 'Search...' option is at the top of the dropdown list rather than at the bottom.
Thanks.
Answers
-
For that you'd have to first create a custom style/skin package, then identify the file which controls the prompts (most likely in that case one of the .JS files), adapt that and then deploy your custom style/skin since otherwise any change you do is overwritten by the next version upgrade or bundle patch.
0 -
Thanks Christian.
Yeah, my problem is finding the correct .js file.
Any tips on how to find it?
Adrian
0 -
Adrian,
Normally I simply use Firebug and trace it down.
0 -
Adrian,
Did you progress on this issue? Is the question still open?
0 -
Yes I did. I was able to change the CSS styling to make the Search... more noticeable.
Thanks
0 -
Right but did you do it in a custom style/skin which you deployed to your server?
0 -
Yes I used a custom style and added the css change to a custom.css file and placed in the virtual Analytics res location.
The following I added to the instanceconfig.xml.
following to the $DOMAIN_HOME /config/fmwconfig/biconfig/OBIPS/instanceconfig.xml<URL> <CustomerResourcePhysicalPath>$DOMAIN_HOME/bidata/components/OBIPS/custom/res
</CustomerResourcePhysicalPath>
<CustomerResourceVirtualPath>/analyticsRes/res</CustomerResourceVirtualPath>
</URL>
</ServerInstance>
The ....custom/res contains a extracted bicustom.ear which once all changes are completed I can tar/zip up as a ear file and deploy to whatever environment.
Extract and deploy the BICustom.ear contents to the server as a shared folder
http://docs.oracle.com/middleware/1221/biee/BIESG/answersconfigset.htm#BABIDFFJ
0