Home
Analytics
New To BIRT --- Need help on creating reports
pm.nayak84
Hi Everyone ,
I am new to birt designing have good knowledge of report designing in Actuate , microstarategy . I have installed the 45 days trial version of birt designer and going through the help file content to start off on designing .
If anyone can provide me or suggest of any document , any books which can help me in learning and knowing BIRT quickly .
Thanks
Priya
Find more posts tagged with
Comments
Vineet Joshi
<blockquote class='ipsBlockquote' data-author="'pm.nayak84'" data-cid="96378" data-time="1329629183" data-date="18 February 2012 - 10:26 PM"><p>
Hi Everyone ,<br />
<br />
I am new to birt designing have good knowledge of report designing in Actuate , microstarategy . I have installed the 45 days trial version of birt designer and going through the help file content to start off on designing .<br />
<br />
If anyone can provide me or suggest of any document , any books which can help me in learning and knowing BIRT quickly . <br />
<br />
Thanks<br />
Priya<br /></p></blockquote>
<br />
<br />
Hi,<br />
<br />
Please go through this book."BIRT: A Field Guide to Reporting "<br />
This book teaches birt from the very basic.<br />
<br />
Regards
pm.nayak84
Jack ,
Thanks a lot for the reply .
My work will invlove lot of BIRT scripting . I was going through the Help content of my birtdesigner installed , but could not get much information .
I just want to have basic scripting features that birt povides .
Various birt scripting functions which help us in identifying a particualr column or table , content or row of the report document .
Basically i am looking for something which can provide me a knowledge on various BIRT functions to be used through either Java coding or javascripting so that i can make use of the content of report.
Thanks
Priya
Vineet Joshi
hi ,
As per my knowledge there is no special book for birt scripting.You can go for another book "BIRT: INTEGRATING AND EXTENDING BIRT".
Also there is a link which would be helpful .
http://eclipse.org/birt/phoenix/deploy/reportScripting.php
regards
pm.nayak84
Hi ,
I was going through various scripting reports posted on birtexchange devshare .
The three below lines were used in one of the report scripting . It uses getElementById , document.getElementById to fetch data . I just need to know what all simmilar kind of properties are present which helps us in scripting .
document.getElementById("tblheader").style.display="";
var mytbl = document.getElementById("mytable");
var trs = mytbl.getElementsByTagName("tr");
Thanks
Priya