Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Prompt Auto Complete Not Working properly.

Received Response
1
Views
3
Comments
ManishPandey
ManishPandey Rank 2 - Community Beginner

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

  • ManishPandey
    ManishPandey Rank 2 - Community Beginner

    very strange behavior when i type name very fast and dialog show please wait msg after its search.

  • ManishPandey
    ManishPandey Rank 2 - Community Beginner

    Any Suggestion?

  • User_7S7O9
    User_7S7O9 Rank 1 - Community Starter

    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