| Author |
Message |
|
|
Post subject: Input For Jasper Assistant
Posted: Oct 17, 2007 - 09:08 AM
|
|
Joined: Oct 17, 2007
Posts: 2
|
|
Dear folks..
I jus started using the jasperassistant plungin for Eclipse..
ITs really amazing.
but i still having doubts regarding the inputs for the jasperassistant reports
Usually a pre defined query is needed before creating a report in jasperassistant
but when i want to give the input parameter for the where clause in the query
how can i achive?
How can i give the parameters for the query
Can anyone clarify this doubt.
Thanks in advance |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Input For Jasper Assistant
Posted: Jan 08, 2008 - 02:56 AM
|
|
Joined: Jan 08, 2008
Posts: 4
|
|
you make a predefined query
ex.
select name from client
where id = $P{id}
this is how you pass the parameter
then make a parameter named "id" in jasper assistant and make sure that the properties are the same. |
|
|
| |
|
|
|
 |
|
|
| |