manuelyaki80 Posted July 11, 2014 Posted July 11, 2014 Hi.I'm starting with jasperreports and I'm asking for help for a report (truly, an invoice) design.I'm not looking for a final solution (I have to do my stuff, just an example, schema or design for a *report* like this: The report is a mobile phone invoice. There is a main customer data with some mobile phones. Invoice has these pagesCustomer personal data and summary (it could have more than one page).Force page breakMobile #1 summaryMobile #1 detail (it could have more than one page).Force page break...(as many times as customer mobile phones)...Force page breakMobile #n summaryMobile #n detail (it could have more than one page).I have the first part (customer personal data and summary). My problem is now, when generating dynamic data with different msisdn numbers:Well, my questions are: 1. Does this design go in one .jrxml or two (customer summary and mobile summary/detail)? 2. How can I invoke and generate all the mobile pages for each customer, when every customer could have different mobile amount?Any help would be very appreciated
sanket.tinkhede Posted March 9, 2021 Posted March 9, 2021 Did you manage to achive this, if yes, how?
Scott Andersen Posted August 10, 2021 Posted August 10, 2021 1 - The mobile summary / detail would best be a separate subreport / jrxml file.2 - Your main query should return a row for each MISDN. You can then place the MISDN summary/detail on a Detail band.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now