i have problem to declare parameter description in the report. If my id have more than 100 description. How to display the data in the report?.
For example i have list of company. i want to display name of company in the title.
My parameter is $P{companyid}.
every id have a description. that is name of company. but the data have more than hundred. how can i show the name in my label parameter.
How to do that?.
Please help me.:(
I think the best way to do this would be to join to the company table in your SQL statement and add the description field to your select statement. Then display the description field in the text box in your report.