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)
executereportlet question
hho
Hi All,
is executereportlet available in Actuate iPortal? I check our iPortal Struts-config. I don't see that action is defined and I don't see it in the mashboard struts-config either.
My company is using iServer and iPortal version 10. What configuaration that I have to add to strut-config to have that action available?
Thanks
Hoa
Find more posts tagged with
Comments
PuckPuck
Any references you see to executereportlet, are old code left over from previous implementations of the Mashboard on Actuate 9.
Previously this was implemented as a seperate struts action. With Actuate 10, the the standard executereport action handles all "reportlet" scenarios.
To execute a report, and view a bookmark within a reportlet use:
executereport.do?__executableName=/MyReport.rptdesign&invokesubmit=true&__format=reportlet&__bookmark=MyBookmark
To execute a report, and return the entire report with no viewer use:
executereport.do?__executableName=/MyReport.rptdesign&invokesubmit=true&__format=html
hho
Hi PuckPuck,
Thank you. I didn't know that executereport in version 10 covers that case
Everything is good now.