OBIEE 11.1.1.6.8 IE8 Max Download report / dashboard button freezes screen
We just removed the max rows button for now untill fix is released.Bug 14772000 : UNABLE TO SCROLL AS IE 8.0 PERFORMANCE POOR FOR MAX ROWS IN DASHBOARD
Oracle has no fix.. So this was a temp workaround. They blame IE8.
If you set the below two values to the same value - the max drop down arrow dissappears this needs to done within the instanceconfig.xml
$MW_HOME/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1
Default rows displayed = incremental button on dashboard
Max visible rows = Display max rows per page or goto end of report -- if stable number can be high
----- if the following entries dont exist add them : refer to the Post Link Click here
<Views>
<Pivot>
<!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
<DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
<!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
<DefaultRowsDisplayedInDownload>8000000</DefaultRowsDisplayedInDownload>
<!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
<DisableAutoPreview>false</DisableAutoPreview>
<MaxVisibleColumns>1500</MaxVisibleColumns>
<DefaultRowsDisplayed>3000</DefaultRowsDisplayed><MaxVisiblePages>1500</MaxVisiblePages>
<MaxVisibleRows>3000</MaxVisibleRows><MaxVisibleSections>50</MaxVisibleSections>
<MaxCells>50000000</MaxCells>
</Pivot>
<Table>
<!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
<DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
<!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
<DefaultRowsDisplayedInDownload>8000000</DefaultRowsDisplayedInDownload>
<DefaultRowsDisplayed>3000</DefaultRowsDisplayed><MaxVisiblePages>1500</MaxVisiblePages>
<MaxVisibleRows>3000</MaxVisibleRows><MaxVisibleSections>50</MaxVisibleSections>
<MaxCells>50000000</MaxCells>
</Table>
<Charts>
<JavaHostReadLimitInKB>0</JavaHostReadLimitInKB>
</Charts>
</Views>
Note: only a member of this blog may post a comment.