On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
query execuring several times
hello, I have two datasets in my report. Both of them return one row. I use a grid and a Data widget for each column to display on the report. I noticed that database query is executed several times. I suspect that BIRT executes the query for each data column I have on the grid. How do I make BIRT execute these queries…
BIRT 2.2.0 Sample database issue
Hello, I've integrated BIRT 2.2.0 by adding birt servlet into my application. Now each time I start tomcat BIRT creates BIRTSampleDB_* directories in tomcat's temp directory. How can I disable BIRT Sample Database completely? Or at least how do I make BIRT stop creating a new sampledb each time?
accessing a particular row in a data set
Hello, I have SQL query that returns exactly 8 rows. I want to use a column of the 3rd row of this data set. Is there a way to access a specified row?