Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 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
Prompt Auto Complete Not Working properly.

Hi All,
i have implemented prompt auto complete functionality for my dashboard.
Using following link
http://obieeil.blogspot.in/2013/02/obiee-auto-complete-prompts.html
Auto complete is working but in some case it is not working like choice list contains value like "Bajaj" but when user type it is not display into suggestion list.
problem is some values of list is not showing in auto complete dialog.
Answers
-
very strange behavior when i type name very fast and dialog show please wait msg after its search.
0 -
Any Suggestion?
0 -
Manish,
What is the distinct count of values for that column.
You can solve this issue by just increasing the below tags accordingly.
<ResultsLimit>50</ResultsLimit>
<MaxDropDownValues>256</MaxDropDownValues>
Pavan
0