Pages

Tuesday, December 18, 2012

Enabling Auto Complete for OBIEE 11.1.1.6

Installed OBI 11.1.1.6 on Windows 7 Machine… As a start I tried to Enable Auto- Complete feature for Choice List prompt (can be done only this prompt type).
Here are the steps to enable:
  1. InstanceConfig.XML should have below entry.. If not please do so…between 
    <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>
    Restart BI Presentations services.. to reflect the changes done

  2. By this setting s we should be able to enable auto complete search
  3. We can enable/disable from User Properties page
  4. Go to Dashboard Properties… enable/disable the same…


    Try this.

No comments:

Post a Comment