Jump to content

Report generation based on the provided columns


kunkasurendra

Recommended Posts

Can anyone help me to generate the dynamic .jrxml file based on the user provided columns?

 

if any one have the idea on dynamically create a JRXML file? Basically, I would like to create a report template based on providing columns from a JSP page and create the JRXML file on the "fly" and compile it.

 

Example: My query is like that:

select uid,fname,lname,address,city,state,country,phone from profile.

 

Then user may select only uid,fname,lname based on that the report will generate with three columns,

 

Suppose he may select 4 or 5 columns based on that the report needs to generate.

 

Please help me is there any api to generate the dynamic report based on the columns!

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Tricky. I tried using the following format :

Select $P!{column} from table, where column was the parameter i specified. But i realised when u print the fields, it varies dynamically. Would be really good if someone knew the answer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...