Home
Analytics
Integrating Birt into this app (diagram attached)
Katieee
<p>I have created a diagram, basic but it does the job to display my issue.<br><br>
I understand most of the methods of how birt can run now - but it's just this web app when it gets the data and then puts it in json format I never thought of, which is throwing me a tad..</p>
<p> </p>
<p>Has anyone ever done anything with birt in a similar way before?<br><br>
It needs to display report in html output </p>
<p> </p>
<p>p.s - hope this is the right forum, sorry if it isn't!<br><br>
</p>
Find more posts tagged with
Comments
JFreeman
<p>I believe BIRT would normally sit around where your #1 is with the javascript. There are probably a few different ways it could fit it but once you get the results of the query in JSON format, you will need to pass that back to BIRT in order to visualize the data.</p>
<p> </p>
<p>My guess is the "Javascript" for #1 is sitting on your web application which is going to be where BIRT also will sit.</p>
Katieee
<p>Hi Jesse,<br><br>
Thank you once again for a quick reply and answering my question! <br><br>
Regards,<br><br>
Kate</p>
JFreeman
<p>You're welcome.</p>
<p>I'm glad I could help.</p>