Issue moved from:
https://sourceforge.net/tracker/index.php?func=detail&aid=669950&group_id=36382&atid=416706
Consult the original issue for any attachments.
[ 669950 ] Multiple bands in any given section
Submitted By: Chuck Deal - cdealAccepting Donations
Date Submitted: 2003-01-17 12:33
Last Updated By: kestlert - Comment added
Date Last Updated: 2006-01-11 07:52
Number of Comments: 3
Number of Attachments: 0
Assigned To: Nobody/Anonymous
Priority: 5
Summary:
Multiple bands in any given section
I would like to see if it is possible to have multiple (any number) of bands in any given section. Crystal reports has this feature and sometimes it did come in handy.
One reason for this might be to have alternate detail sections. Now that printWhenExpression works for bands, then you could display a particlur band of the section conditionally. An example of this might be when a report contains no data.
field !=
null
field ==
null
That is just a very simplistic example of the concept.
Comments
Date: 2006-01-11 07:52
Sender: kestlert
Logged In: YES
user_id=609690
Hi there,
I come back to this issue. I also missed a way to have multiple bands. This is very useful if reports have multiple 1:N relations or word wrapped (stretched) fields which would overwrite each other if not bound to own bands.
Sample:
Credit contracts: 1234
2345
3456
Loan accounts: 3333
4444
5555
See other tools like JReport which allow to have multiple bands of each section (Feature is Insert Section After, which duplicates actual band). This is a simple, but powerful feature. You should at least increase priority for this tracker.
-Thomas
Date: 2004-11-21 02:52
Sender: teodordProject Admin
Logged In: YES
user_id=332465
Hi,
Some of the report sections could be multiplied using dummy groups.
For the detail section, the footer section of a group based on the REPORT_COUNT variable would behave just like the detail does, so the actual detail section could be split.
I hope this helps.
Teodor
Date: 2003-02-24 17:34
Sender: jjjava
Logged In: YES
user_id=720054
yes,I meet the same question too.I want to add at least two bands in columnHeader to get a report like this:
...|catagory|... columnHeader
...|c1|c2|c3|...
-------------------------------
... ... detail
How can I !?
No Files Currently Attached
Recommended Comments