You are not logged in.
Hi ,
I have recently installed reportserver and trying to achieve a few reporting requirements of mine .
I am having trouble in the pivot view ,
(a) The sidebar listing measures and dimensions appear at bottom of the page after scrolling a great deal down .
(b) On selecting any measure or dimension , an images shows up saying "not found" always
Did anyone have similar issues ?
Any advice ?
Cheers
Abhijit
Offline
Update : This was an issue in Internet Explorer ( tried the latest versions too , still the same error) . But using chrome , the problem disappears.
So seems to be a browser compatibility issue
Offline
Hi Abhijit,
sorry we missed you earlier post, but thanks a lot for the update.
Cheers,
Thorsten
I had the same problem, IE has some logic to pick some "compatibility" modes which aren't that combatible after all :-)
You can force the page to be displayed correctly in IE's "edge" mode.
You need to add a meta tag in the Saiku index.php at ...\webapps\reportserver\resources\saiku\index.html.
This fixed it for me.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
...
HTH
Offline