Skip to main content



      Home
Home » Archived » BIRT » Query Question
Query Question [message #250388] Mon, 30 July 2007 10:21
Eclipse UserFriend
Hello!

Have a JDBC Datasource and want now to display data using report
parameters!
First parameter ist StartTime and StopTime to select the TimePeriod, an
other parameter is Name. Starting the report I want to choose StartTime -
StopTime but no Name parameter!! Just want to get all entries in this time
Period. As a further step I want now to filter on Names in this
TimePeriod. As a next step I want again to filter just over an other
TimePeriod with all Names and then again filter on Names. I tried this
with Property Bindings but I cannot match it to start just with TimePeriod
Filter! Hopefully my problem is clear and somebody can give me an example
how to do this!

SQL Statement I am using:
select *
from baleview_aag
Order by baleview_aag.StartTime

... with filter on StartTime and StopTime.
But it doesn't work to pass "NULL" to default filter Name or "Blank"
because result is always null?! When passing a Name just all entries with
this name are viewed!?

Thanks a lot and regards,
Chris
Previous Topic:report parameter question
Next Topic:Report Scripting
Goto Forum:
  


Current Time: Sun Jul 13 15:27:39 EDT 2025

Powered by FUDForum. Page generated in 0.03589 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top