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.

query execuring several times

lektuvas
lektuvas Junior Member
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 only once and then fill all the Data elements?

Thanks