Step 1- Add the following lines in the instanceconfig.xml file above the sever instance tag
<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>
Step 2- Edit the Dashboard prompt and enable the use inputs.
Step 3-In the Dashboard Properties, make sure the settings are as below
Step 4- Verify the results
2 comments:
Not able to see the option as "Prompts Auto Complete" In the Dashboard setting,
we are used in the 11.1.1.6 version
Post a Comment