make the query dynamic??? [message #202032] |
Mon, 20 November 2006 22:07  |
Eclipse User |
|
|
|
Originally posted by: keeling040982.yahoo.com
hi...
i am using the birt2.1.1 to design my report template and using the
jbossIDE1.5 with the eclipse3.0 to run my system togather with the
jboss-4.0.2
now i wish to display the data in my report based on the filter that i
declare at the ".java"...
how can i make the query in the birt dynamic?? means that i can filter the
report data as i wish like limit the report date>1/11/2006 or report date
between 1/10/2006 and 1/11/2006 and so on...
what i done is,
at the birt2.1.1, i write the query like "select * from inventory";
at the ".java" where i make the filter, i pass the query as i wish like
"select * from inventory where date>1/11/2006"
but when i run whole system, the report will display all the data as the
query in the birt2.1.1 ("select * from inventory")...the data display in
report is not filter by the date>1/11/2006...
anyone can help me??? thanks....
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03737 seconds