Jump to content

thiago.af19

Members
  • Posts

    3
  • 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 thiago.af19

  1. Hello! I am generating reports with 1 hour more in iReport in Java. No 'Text Field Expression:' new java.util.Date() And in the Expression Class: java.lang.String Can anyone help me resolve it? Thanks
  2. I have a problem with the report. The extra character ''/'' is coming out in the report. The correct thing is to generate the result: ''07/2022'' and not ''07/2022/'' How do I resolve this in iReport? Print When Expression: ($F != null) && (!$F.equals( "" ))[/code]Text Field Expression: $F + "/"[/code]
×
×
  • Create New...