|
|||
|
Hi to everybody.
I have 2 BIRT report 1 master and 1 slave. When i start my mashboard project i have the slave with format reportlet (see fig. apertura.JPG). But when i click on a value of the first report the slave change it's format (see fig. Dopo_selezionato_parametro.JPG). What's happened? I need to have the same format on start and on refresh of the report. Any suggest? This is my call: "_javascript arent.MashboardCallbacks.fireEvent('data','url','/iportal/executereport.do?__executableName=/MashboardContent/Gaetano/IRT_ANALISI_TICKET.rptdesign&format=html&invokesubmit=true&DATA_INIZIO=" + row["DATA_DA"] + "&DATA_FINE=" + row["DATA_A"] + "&Userid=administrator');" Thanks in advance, Giorgio |
|
|||
|
In your call to the PECS event, change
Code:
format=html Code:
__format=html That should do the trick. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|