Wednesday, December 26, 2012

OBIEE 11g Prompt Settings



Configuring for Prompts OBIEE 11g



You can configure settings that affect the way that users work with prompts, as described in this section.
To configure for prompts:
  1. Open the instanceconfig.xml file

  1. Locate the sections in which you must add the elements that are described
  2. Include the elements and their ancestor elements as appropriate, as shown in the following example:
  3. <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>
    
  4. Note that 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.
  5. Save your changes and close the file.
  6. Restart Oracle Business Intelligence.