Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Hebrew or Arabic the vertical scroll bar in a table view disappears

Question
3
Views
0
Comments
3202039
3202039 Rank 1 - Community Starter

When switching from English to Hebrew or Arabic or any right to left language the vertical scroll bar in a table view disappears and is not visible.  Selecting use of Fixed Heading with scrolling content does not work and vertical scrollbar is not visible when using Hebrew language and works in English.  this is not browser dependent.  I ve tried to alter the instanceconfig.xml
file. this did not work.

<MiddlewareHome>\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml
<GridViews>
<DefaultScrollingEnabled>true</DefaultScrollingEnabled>
<DefaultRowFetchSlicesCount>200</DefaultRowFetchSlicesCount>
<DefaultColumnFetchSlicesCount>300</DefaultColumnFetchSlicesCount>
<DefaultFreezeHeadersClientRowBlockSize>60</DefaultFreezeHeadersClientRowBlockSize>
<DefaultFreezeHeadersClientColumnBlockSize>15</DefaultFreezeHeadersClientColumnBlockSize>
</GridViews>

thanks