Hi there,<br />
<br />
sorry for the re-posting of this thread, I originally posted in the designing reports forum, but I guess it's more a deployment issue.<br />
<br />
I have built a team report, listing activity count for each user, and a user report, which shows the individual activities for a specific user.<br />
<br />
Using BIRT designer, I added a drill-through from team report to user report, and tested it the preview, works a charm.<br />
<br />
Now, the reports are actually displayed in a viewer I developed, rather than the BIRT viewer, but the URL submitted on drill-through uses the BIRT viewer framset servlet.<br />
<br />
So I came to the conclusion I should use URI instead of drill-through. Not as elegant, but works fine. <br />
<br />
However, I currently hardcode the base url (<a class='bbc_url' href='
http://localhost:8080/myApp/.../displayreport.jsp?reportName=myReport&myParam1=...)'>http://localhost:8080/myApp/.../displayreport.jsp?reportName=myReport&myParam1=...)</a>. While this is fine to prove the concept, a dynamic version of this will be required in production.<br />
<br />
Within the Birt report, is there a way to access the base url maybe through the reportContext object? I could not see an appropriate method.<br />
<br />
Thanks,<br />
Cedric