I'm new to grails. I need to generate reports in pdf or any other format.
I have used dynamic jasper for getting the output in pdf format.
I'm getting all the values from table(database) in report but i need only particular id details who are all in list searched by mysql queries...
eg; I am searching id by using sql query (id=tt1000). I want to get only that id information in report.