Jump to content
JasperReports Library 7.0 is now available ×

Add an extra row in a crosstab


sulalith

Recommended Posts

Hi:

 

When I process the records of type shown below for my crosstab,

 

public class PatientBean extends Beans {

private String patientName;

private String patientID;

private String altPatientID;

private Date birthDate;

private String gender;

 

I would like to add a blank row across all columns in the crosstab table whenever I see the gender is different from the previous record.

 

My question is whether JR allows me to dynamically add rows to a crosstab?

 

Thanks,

 

Sulalith

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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