Jump to content

Edwin

Members
  • Posts

    9
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Everything posted by Edwin

  1. Hello All, Please any idea how to implement grouping with group header & group footer in list components (just as done in main report) ? Is that possible at all ? have been searching but no leads yet. Thanks, Edwin.
  2. You have to use font-extensions. There are plenty of resources on the internet, if you google for it
  3. The problem seems to be from your sql query and has nothing to do with jasperreport. and also I think you should use java.sql.Date, due to the nature of your qery.
  4. what data type is the field ? or try something like $F{feild1}* (double)(2/100) after you are sure the field is a double Thanks.
  5. Hi, this could mean that the real data extends to the next page, or a page break is occuring just at end of the data you are showing. check and see what happens. Thanks.
  6. also instead of creating your own recoredCounter varialbe, you can use the inbuilt variable and write an expression like new Boolean(REPORT_COUNT.intValue() == 50)
  7. check if these will work. I have not tried them myself. create a counter variable(integer) to count the number of record (e.g. recordCounter) place a page-break component below the detail section (bottom boundary), i.e. below the labels and Textfields that shows the main report data you want to display during iteration set the print if expresion of the page-break component to : $V{recoredCounter}.intValue % 15 == 0alternatively, find a way to create group of 15 within the detail data and use the "start on a new page property" of a report group
  8. I think you have done what I usually do to get the same output excerpt that my list is usually created as List , not ArrayList. Or maybe, something more is missing from your post.
×
×
  • Create New...