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)
Change format on sub report
gcolaf
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:parent.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
Find more posts tagged with
Comments
bhanley
In your call to the PECS event, change <pre class='_prettyXprint _lang-auto _linenums:0'>format=html</pre> to <pre class='_prettyXprint _lang-auto _linenums:0'>__format=html</pre> Note that there are two underscores ( _ ) placed before "format".<br />
<br />
That should do the trick.