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

eggchun32

Members
  • Posts

    3
  • Joined

  • Last visited

eggchun32's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. As my question mentioned, assume that the requested version of JasperReport in Java project is 6.16.0. Jaspersoft Studio is also version 6.16.0 to generate the reports. The Java Maven project is used to export and generate PDF or Excel. Can anyone list out some necessary or requested dependencies to me for reference? Thank you so much!!
  2. My Jaspersoft Studio version: 6.5.1.final First, as my question mentioned that the page number of each new sub-report will restart from 1. However, I want all page number can be ascending from 1 to total number of pages. This two pictures are from single sub-report. This one is from another single sub-report. The above pictures show that page number is not displayed as ascending order. So, how to solve this problem and make them displayed as 1, 2, 3 but not 1, 2, 1? **Note 1. The page number use the default variables $V{PAGE_NUMBER} in Jaspersoft Studio. 2. The evaluation time for variables $V{PAGE_NUMBER} is 'Now'. 3. I used an empty report only with two detail bands for insert two sub-report elements.
  3. My Jaspersoft Studio version: 6.5.1.final As my question mentioned, I want to break new line for my data when it detect some characters such as "/". For example, $F{data} = "AB/CD/E/F/" The layout that I want to export in PDF: -->"AB/CD/ E/F/" -->"AB/CD/ E/ F/" -->"AB/ CD/ E/ F/" I have also researched on Google and found that some solutions are using split method in textfield: $F{data}.split("/"). I have tried but it seems not work for me when export in PDF just like the picture below. Is that any possible solution to solve this layout problem? Or am I using the split method incorrectly? Thank you!!
×
×
  • Create New...