Is there a way we can generate a interactive chart in BIRT.For example, A chart is generated and is there a way the user can click on any segment of the generated report and we can generated another report..
any suggestions will be really helpfull..
Sure just use the hyperlink builder in the third tab of the chart wizard
(interactivity) to point to drill through. In fact you can have a data
point have multiple drill through paths. I am posting two interactivity
posts I did a while ago, that show invoking client side script.
While you do not need these they should show you how to open the
interactivity editor.
Btw BIRT also supports server side scripting on chart.
http://birtworld.blogspot.com/2010/08/birt-charting-scripting-overview.html
Jason
On 11/30/2011 8:50 AM, srikanth wrote:
> Hi all,
>
> Is there a way we can generate a interactive chart in BIRT.For example,
> A chart is generated and is there a way the user can click on any
> segment of the generated report and we can generated another report..
> any suggestions will be really helpfull..
>
> Regards,
> Srikanth
>
On ad hoc reporting do you mean changing the report based on parameters?
If so this can be done by using scripting or property binding to
modify the query that is executed or by using the design engine api in
the beforeFactory event to alter the report. There are many examples of
this on birtworld and birt-exchange dev share.
On 12/6/2011 7:47 AM, srikanth wrote:
> Thank you Jason.... It was really helpfull..
>
> I am trying out the following features can you please help me out with the,
> 1)AD HOC REPORTING
> 2)DASHBOARDS
>
> Regards,
> Srikanth
>