Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 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
Select and Search Option in OBIEE

Hi All,
Is it possible to achieve in OBIEE a Select and Search option like how google offers what we intend to type gives all possible list of values with the search name.
For eg: I have Two prompts in Obiee :
Dept Name and Manager Name and a search text box in front of this as Employee Name.
When a value from Dept Name and Manager Name is selected in prompts and when trying to filter for Employee Name it should display all possible list of values having that name.
for eg: When typed Lona it should filter for all names having Lona as first name.
Need help please to achieve this scenario ?
Thanks,
LonaD
Answers
-
If you change your instanceconfig.xml file and set <SupportAutoComplete>true</SupportAutoComplete> under <Prompts> section then it will help you to suggest auto complete.
Also you can use prompt to limit values of other prompt.
Thanks
Arijit
0 -
Documentation is your best friend. Besides AutoComplete there are bunch of other options as well. Refer to this section of documentation
Thanks
Venkat
0