We would like to have the auto-complete functionality in our dashboard prompts. So when the end user types "Uni" in the country selection, it will suggest "United States".
-
Original Idea Number: 4a23d68a6a
Oracle Team - you can refer to the discussion/screenshots available at this post https://cloudcustomerconnect.oracle.com/posts/7480141771
This needs to be configured in the instanceconfig.xml file.
Following tags needs to be added to the file:
<Prompts> <MaxDropDownValues>256</MaxDropDownValues> <AutoApplyDashboardPromptValues>true</AutoApplyDashboardPromptValues> <AutoSearchPromptDialogBox>true</AutoSearchPromptDialogBox> <AutoCompletePromptDropDowns> <SupportAutoComplete>true</SupportAutoComplete> <CaseInsensitive>true</CaseInsensitive> <MatchingLevel>MatchAll</MatchingLevel> <ResultsLimit>50</ResultsLimit> </AutoCompletePromptDropDowns> </Prompts>
I totally want this for Oracle Cloud OTBI. This would be so beneficial to our end users.
Auto-complete would allow users similar functionality to on-prem OBIEE.
Yes I agree this should be done
End users expect this type of functionality, saves clicks, saves time.
Auto complete would provide same functionality as on-premise OBI functionality
Would be beneficial for end-users instead of searching the record-set. More details are available in my post -> https://cloudcustomerconnect.oracle.com/posts/7480141771
Do IT!