Carlos Celis Osorio [
http://community.jboss.org/people/cacelis] created the discussion
"Error with the URL generating a linked BIRT report"
To view the discussion, visit:
http://community.jboss.org/message/621504#621504
--------------------------------------------------------------
Hi there.
I have a problem when I try to generate a linked report from a column located in other
report.
The problem is that URL is not valid because BIRT puts stranger characters on it and
relative path isn't correct.
In addition, the parameters are in brackets [] when they should not be among them.
Following is the source report:
|| Fecha || Zona || Cantidad || Porcentaje ||
| 2011/08/01
(
http://localhost:8080/ElTiempo/distribution/report/run?__report=%2FC%3A%2...)
| 00440500 | 2 | 100% |
| 2011/08/05
(
http://localhost:8080/ElTiempo/distribution/report/run?__report=%2FC%3A%2...)
| 00440500 | 1 | 100% |
| 2011/08/08
(
http://localhost:8080/ElTiempo/distribution/report/run?__report=%2FC%3A%2...)
| 00440500 | 1 | 100% |
|
|
|
|
|
17/08/2011 12:07
As you can see, in column "Cantidad" there are 2 units for the date 2011/08/01
in column "Fecha".
When I do click on 2011/08/01, I should view the next report:
|| Fecha || Zona || Nombre || Ciudad || Direccion || Descripcion || Novedad || Telefono
||
| 17:05:11 | 00440500 | XXX XXX | BOGO | STREET xxx - xx | Tiempo 12 M Cortesia | |
xxxxxxx |
| 17:46:26 | 00440500 | YYY YYY | BOGO | STREET xxx xx - xx | Tiempo 12 M | | xxxxxxx |
|
|
|
|
|
|
|
|
|
Aug 17, 2011 12:06 PM
In fact, I manage to view the report in report viewer in Eclipse but not in the website.
I am using Drill-through in Hyperlink options for column "Fecha" in detail row
of the table.
The following is the generated URL in the web browser by the system:
http://localhost:8080/ElTiempo/distribution/report/run?__report=%2FC%3A%2...
When, the correct URL should be this:
http://localhost:8080/ElTiempo/run?__report=/C:/Users/desktopins8/workspa...
Can you help me?
In advance, thanks for your help.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/621504#621504]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]