Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to loop query with given parameters in Birt Report

I Have made a report in birt. The dataset of the report containing the query which contains many where conditions using a Startdate parameter. I have made two parameters Startdate and Enddate. I want to loop that parameter from a Startdate parameter to Enddate parameter.

I want to run a single query with different parameter eveytime, Starting from Startdate till enddate

like image 774
dhS Avatar asked Nov 08 '22 15:11

dhS


1 Answers

This can be done through beforeOpen Script of the data Set.

like image 103
dhS Avatar answered Dec 16 '22 09:12

dhS