How to filter the resultSet received from mainDataset in my SubDataset In JasperReport
Currently new to JasperReport and using this with Java and SQL Server
Multiple Tables For similar data
I am trying to create a Jasper Report consisting of data related to attendance of different employees.
But the issue that I am facing is that, the data is coming separately but the number of tables generated are same as the rows returned by my SP.
I have a main report and inside that I have subDataset which has a group and inside that group I have group header having empdetails Like empcode, empname and in detail section I have a table.