Saturday, December 29, 2012

Increase the Slider Limit in OBIEE 11g


If you try to increase the slider count > 50 then you will get the following error . Because by default limit is  <=50 .
To increase the limit modify the instanceconfig file:
<OBIEE Home>\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml
Locate <Views></Views> tag and inbetween enter the following XML, for example, to increase the limit to 500 values:
<Charts>
<SectionSliderDefault>5</SectionSliderDefault>
<SectionSliderLimit>500</SectionSliderLimit>
</Charts>
instanceconfig.xml file should be as follows .
Restart BI services