Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report headers #23

Open
samkuehn opened this issue May 15, 2013 · 1 comment
Open

Report headers #23

samkuehn opened this issue May 15, 2013 · 1 comment

Comments

@samkuehn
Copy link

Is there anyway that I can create a report header ABOVE the page header? Banding seems to work like this:

band_page_header
band_begin
[band_detail]
band_summary
band_page_footer

The logical place to put this is in the a "report header" is in band_begin this does not work well as band_begin comes after the page header and the page headers have all of my column names so the report comes out strange.

col1 col2 col3 (band_page_header)

Report description (band_begin - first page only as desired)

[band_detail]

It would be much preferable for it to look like this

Report description (band_begin/band_report_header - first page only)

col1 col2 col3 (band_page_header)

[band_detail]

Any ideas how I could achieve this?

@pkaczynski
Copy link

I did a workaround using subreport, i.e.
band_page_header
band_detail (report description)
[subreport starts here]
subreport band_header (if any)
subreport band_detail
subreport band_footer
[subreport ends here]
...
Note, that you can only pass one object to the query set (but with child objects). Again, this is just a workaround. Hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants