You can configure settings that affect the way that users work with prompts, as described in this section.
To configure for prompts:
-
Open the instanceconfig.xml file
-
Locate the sections in which you must add the elements
-
Include the elements and their ancestor elements as appropriate, as shown in the following example:
<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>
Note: This example does not include elements that might exist in the file, but that are centrally managed by Fusion Middleware Control and cannot be changed manually.
-
Save your changes and close the file.
-
Restart Oracle Business Intelligence.
Table 18-4 Elements for Configuring Prompts
Element | Description | Default Value |
---|---|---|
AutoApplyDashboardPromptValues | Specifies whether to display various fields, as described in the following list: If True, then
|
True |
AutoSearchPromptDialog | Specifies whether search results are displayed and highlighted when the user types the search parameter (without clicking the Search button). | True |
CaseInsensitive | Specifies whether the auto-complete functionality is
case-insensitive. If set to True, case is not considered when a user
enters a prompt value such as "Oracle" or "oracle." If set to False,
case is considered when a user enters a prompt value, so the user must
enter "Oracle" and not "oracle" to find the Oracle record. The system
recommends the value with the proper case. |
True |
Matching Level | Specifies whether the auto-complete functionality uses matching to
find the prompt value that the user enters into the prompt field. These
settings do not apply when the user accesses the Search dialog to locate
and specify a prompt value. Use the following settings:
|
MatchAll |
MaxDropDownValues | Specifies the maximum number of choices to display in the following locations:
|
256 |
ResultsLimit | Specifies the number of matching values that are returned when the auto-complete functionality is enabled. | 50 |
SupportAutoComplete | Enables or disables the auto-complete functionality of prompts. A setting of True turns auto-complete on, which means that the Prompts Auto-Complete field is displayed and is set to On in the My Account dialog and in the Dashboard Properties dialog. A setting of False turns auto-complete off, which means that the auto-complete fields in the My Account and Dashboard Properties dialogs are not available. |
False, unless you are running Oracle BI EE on the Oracle Exalytics In-Memory Machine |
No comments:
Post a Comment