Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Forced to use the Web Viewer
work_ph
Hi all,
when deployed on Tomcat, somehow our reports are always shown in the Actuate Web Viewer with the frameset. Javascript or CSS dont work in the Actuate Web Viewer though. This issue ruines the design of our report.
Is there any adjustment where you can control the execution of the actuate viewer?
Usually it shouldnt be executed anyway as we are always using format=html in our links/urls.
Thanks for your help in advance
Find more posts tagged with
Comments
mwilliams
Hi work_ph,
Try using "run" in your URL for your report rather than "frameset". Unless you're already doing this and still having the issue.
work_ph
I use "run" and it still executes the viewer and not html.
I originally planned to run the report without the viewer as the performance is better.
Unless there is any way to increase the performance of the viewer???
It takes about 10sec to load the next page in my report.
With html it is significantly faster!
Thanks for your help in advance
work_ph
mwilliams
work_ph,
I just noticed this from your first post. Your CSS style sheets and javaScript are not working in the viewer?
work_ph
Hi Michael,
now CSS and Javascript work as we found out, that once the report is created by the engine, some ids are changed.
Those ids are simply added a prefix "js3_" which causes javascript and css not to find the elements.
We simply added this prefix to the certain element ids and then it worked fine.
Is there a possibility to see what exactly is changed in the report?
We have problems with deploying our html version of the report (without the viewer)
There is always a popup "do you want to save this file or find a program online to open it"
Is this issue somehow conntected to the upper?
Thanks for any help and advice!!!
work_ph