We can configure Auto Complete and display accordingly.
We need to add these tags in instanceconfig.xml to enable this feature.
We need to add these tags in instanceconfig.xml to enable this feature.
<ServerInstance> <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> </ServerInstance>
we must restart OBIPS for the changes to be effective once we change the prompts.
No comments:
Post a Comment