Jump to content
JasperReports Library 7.0 is now available ×

Displaying field value in the same row


MihaL

Recommended Posts

Hi,

 

It is possible to display the result field of a query in the same row instead in the multiple rows in JR?

 

For ex. what I have to do is to display the Employee_ID like:

 

Employee ID: 12244, 14445, 45536 instead of

 

Employee ID:

 

12244

14445

45536

 

thank you very much for the answer.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi --

 

There might be an easier way to do this, but I myself have done it by using a <variable> to gather up all my detail stuff in a String, or List, or whatever I might need, then at the end of a <group>, I display the data from that variable all together in one display line, be it a concatenated String, or perhaps various elements of a List.

 

Betty

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...