Jump to content
We've recently updated our Privacy Statement, available here ×

cleveland.o.burnett1

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by cleveland.o.burnett1

  1. I failed to mention that I am working with Jaspersoft iReport Designer 5.6.0. Would the page number solution be different for this Jaspersoft iReport version? Thanks again for any direction.
  2. ISSUE: Page number is not displaying on all pages in the report. Report contains three subreports. Specifically, the preview displays Page 33 of 38 or Page 24 of 25. I expected the report to display 1 of 38, 2 of 38, 3 of 38, 4 of 38, 5 of 38, so on. Within the "Page Footer" section of the Report Inspector, I create this text field. "Page " +$V{currentPage}+" of " + $V{PAGE_NUMBER} Expression Class is java.lang.String Evaluation time is Auto Note: I created variable $V{currentPage} with class = java.lang.Integer, Calculation = Nothing, Reset Type = Page, Variable Expression = $V{PAGE_NUMBER}, and all other properties are default values. What am I doing wrong? What specific steps should I perform to have page numbers display on every page instead of the last few pages. Thanks.
×
×
  • Create New...