BIRT Exchange Forum: Actuate conversion launching report from report - BIRT Exchange Forum

Jump to content


 

No Latest Open Poll.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Actuate conversion launching report from report Rate Topic: -----

#1 User is offline   wwilliams Icon

  • Junior Member
  • PipPipPip
  • Group: Members
  • Posts: 98
  • Joined: 23-March 10


Posted 21 February 2012 - 07:51 AM

In Actuate I launched a report from a method passing the parameters via the url.
url="/acweb/newrequest/do_executereport.jsp?__saveOutput=True&folder=/rpt&volume=volume_name"
+ & "&serverurl=http://servername:8000&uroi_path=/rpt/PR/reports/&__executableName="
+ & "/rpt/PR/reports/prprint_act.rox"
.
.
. etc.



How would I duplicate this with BIRT?
Would IRunandRenderTask() be something I need to look at?

This was not a "hyperlink" as the user just scrolled to the last page to launch the new report.
0

#2 User is offline   johnw Icon

  • Senior Member
  • View blog
  • Group: Members
  • Posts: 712
  • Joined: 08-May 08


Posted 21 February 2012 - 11:34 AM

There is an equivalent set of URL's to launch reports that will work with BIRT. In terms of how do you launch it, it is possible to do some Javascript on the client side to kick that off, but I am not real clear on the use case you are describing.
0

#3 User is offline   mblock Icon

  • Expert Member
  • View blog
  • Group: Members
  • Posts: 213
  • Joined: 07-August 07


Posted 22 February 2012 - 03:47 AM

Quote

This was not a "hyperlink" as the user just scrolled to the last page to launch the new report.


What are you trying to accomplish (words not code)?
0

#4 User is offline   wwilliams Icon

  • Junior Member
  • PipPipPip
  • Group: Members
  • Posts: 98
  • Joined: 23-March 10


Posted 15 March 2012 - 08:39 AM

View Postmblock, on 22 February 2012 - 04:47 AM, said:

What are you trying to accomplish (words not code)?


I'd like to launch a report from a report without the user hyperlinking. In the case of the Actuate report, the user would go to/scroll to the footer of the first report which would launch the second report using an OnRow method.
0

#5 User is offline   johnw Icon

  • Senior Member
  • View blog
  • Group: Members
  • Posts: 712
  • Joined: 08-May 08


Posted 15 March 2012 - 09:34 AM

Do you need it to display in the same report? Open a separate window?
0

#6 User is offline   wwilliams Icon

  • Junior Member
  • PipPipPip
  • Group: Members
  • Posts: 98
  • Joined: 23-March 10


Posted 15 March 2012 - 11:02 AM

View Postjohnw, on 15 March 2012 - 10:34 AM, said:

Do you need it to display in the same report? Open a separate window?

I need it in a separate window.
0

#7 User is offline   mblock Icon

  • Expert Member
  • View blog
  • Group: Members
  • Posts: 213
  • Joined: 07-August 07


Posted 16 March 2012 - 12:41 PM

View Postwwilliams, on 15 March 2012 - 09:39 AM, said:

I'd like to launch a report from a report without the user hyperlinking. In the case of the Actuate report, the user would go to/scroll to the footer of the first report which would launch the second report using an OnRow method.


Theoretically this is possible by using a Text Item with script tags to trap the scroll down browser event and then firing a redirect. I do not have any examples for this.
0

#8 User is offline   wwilliams Icon

  • Junior Member
  • PipPipPip
  • Group: Members
  • Posts: 98
  • Joined: 23-March 10


Posted 20 November 2012 - 08:35 AM

Well, I had a chance to get back to this and I added an onscroll event to a text control.
Works fine if I run the report as HTML, but not within the Web Viewer.
So I am not sure of anything else I could try.
0

#9 User is offline   mblock Icon

  • Expert Member
  • View blog
  • Group: Members
  • Posts: 213
  • Joined: 07-August 07


Posted 20 November 2012 - 08:44 AM

I think the issue here is that with Maximo 6 there was an iServer which had an URL based API that you could access. In Maximo 7 BIRT is embedded within Maximo and I am not aware of a URL to run reports.

Obviously if you purchase an iServer and access the reports via ERI, then all this is possible.
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users