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

koral90

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

Security Advisories

Downloads

Everything posted by koral90

  1. I have solution for simple reports: I have 2 variables: TOTAL_PAGE_NUMBER, which is Integer, with reset type: Report and variable expression: $V{PAGE_NUMBER} CURRENT_PAGE_NUMBER, which is Integer, with reset type: Page and variable expression: $V{PAGE_NUMBER} And i have textfield with text field expression: ($V{TOTAL_PAGE_NUMBER} != 1) ? "Page " + $V{CURRENT_PAGE_NUMBER} + " of " + $V{TOTAL_PAGE_NUMBER} : "" and evaluation time: Auto This solution doesn't work for reports with subreport unfortunatelly, and I don't know, what can I do?
  2. Hello, I know, that if I want to have something like "Page X of Y", i have to make two fields with "PAGE_NUMBER"- first with evaluation time "now" and second with evaluation time "report". But i would like to display this text only, when report has more than one page, how can i do that? Regards, Marcin K.
×
×
  • Create New...