Home
Analytics
Log File for Actuate BIRT Reports.
rmendonsa
In Actuate BIRT Designer professional is there a log file that gets created when running a report? I need to view the sql that is getting passed from the Main chart report to the detailed linked report. Thanks.
Find more posts tagged with
Comments
Birtnewbe
<blockquote class='ipsBlockquote' data-author="'rmendonsa'" data-cid="101635" data-time="1338823623" data-date="04 June 2012 - 08:27 AM"><p>
In Actuate BIRT Designer professional is there a log file that gets created when running a report? I need to view the sql that is getting passed from the Main chart report to the detailed linked report. Thanks.<br /></p></blockquote>
<br />
you can try using debugging using breakpoints<br />
First you want to add the Debug perspective. Select Window > Open Perspective > Other. Choose 'Debug' and this should now be added to your perspective bar. Click 'Report Design' from the toolbar to switch back.<br />
<br />
Toggle a breakpoint at the part of code you wish to examine the query.<br />
<br />
Select Run > Debug report.
rmendonsa
I will try out your suggestion. Thank you very much.