Jump to content
JasperReports Library 7.0 is now available ×

Recommended Posts

By: Rene Lieb - renelieb

Subreports

2002-06-10 09:23

I have to create a Report containing 3 independent (sub)reports. The problem is, that the subreports do not depend on any data. The masterreport is just something like a container of these 3 subreports with the following structure:

 

Masterreport (title, footer, ...)

- Subreport 1

- Subreport 2

- Subreport 3

 

Any suggestion how to solve this problem?

 

 

By: Adrian Faur - afaur

Empty reports

2002-06-10 14:47

Teodor,

 

You have previously responded to this issue:

 

"This is not a simple problem.

It's not clear what sections should we print

if we have no records in the data source.

This is why for the moment we print nothing.

 

Maybe someone would want to have also the group

headers and footers printed.

 

I suggest you test the number of records before

generating the report or test the JasperPrint object

for content before viewing it. "

 

As you suggested I will test the report output before

Returning it to client. Eventually will use an html page specially designed for these cases.

 

I would suggest printing all but data rows, like any other report tool. Reporting a zero total is within the business meaning of Sum computation. Suppressing it has a totally different one and unexpected. This is what a user expects to see anyway, and is this acceptance criteria that makes him an  educated user . Raw data exists in DataSource, report will format it for a particulary business meaning.If no raw data available, report will still keep the format, as the reason of its existence.

 

Regards,

Adrian Faur

 

 

By: Adrian Faur - afaur

RE: Subreports

2002-06-10 14:55

Rene, sorry, for posting within your thread, it was not in my intention.

( Strange enough, they also relate).

 

Adrian

 

 

By: Teodor Danciu - teodord

RE: Subreports

2002-06-11 03:39

 

Hi,

 

Maybe you will find what you need here:

 

https://sourceforge.net/forum/forum.php?thread_id=691275&forum_id=113529

 

Good luck!

Teodor

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