Hello,<br />
<br />
I?m trying to chance my chart title based on a report parameter. I want to do that in Java not in JavaScript. My problem now is to get the report parameter to check it and then chance the title. I found a description, that it is possible to get the parameter in the beforeGeneration() method event with ?icsc.getExternalContext().getObject()? in Java or ?getScriptable()? in Java Script (<a class='bbc_url' href='
http://dev.eclipse.org/newslists/news.eclipse.birt/msg24856.html'>[news.eclipse.birt] Re: chart IReportContext returned by getScriptable</a>)<br />
<br />
But when I try this, I doesn?t get a parameter to check.<br />
<br />
Can you help me and tell me how to get a parameter with Java, so that I can chance the titles ob my charts? (And later do other things like checking things against the parameter etc.)<br />
<br />
Thanks for your help<br />
<br />
Greeting from Germany<br />
Sandro