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

gustavo.echenique

Members
  • Posts

    3
  • Joined

  • Last visited

gustavo.echenique's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Thank you very much dear jgust. I have downloaded the complete set of examples contained in the file "jasperreports-6.20.0-project.zip", which contains the one in the link you sent me, I uploaded it as a project to Eclipse, but it gives me an error. Could you tell me what I should do to compile correctly?
  2. I need to insert a graph in Jaspersoft, which contains the last 24 energy consumptions of a person to print it on an invoice. I'm programming in Java. With each invoice will come different consumption values, which must respect the fixed size of the graph, and develop the size of its bars based on the highest consumption to keep proportion with the rest of the consumption. I have developed the model that I attached in the image in Java with Graphics 2D and it is very laborious, I would like to do it in JasperSoft to generate a report, but as much as I explore the properties of the bar graph, I cannot obtain something similar. I've seen on Google that Jaspersoft can use some modified JFreeChart charts to add to their themes, but I can't find any documentation to investigate how this is done. Jaspersoft's documentation is very brief and doesn't say much about how to do what I need. Can someone help me with this problem, either by sending me a link with examples or more complete documentation?
  3. Dear, I have created a report with JasperSoft Studio, which has four parameters, one of them type date. In JasperSoft Studio it is very easy to format a date type parameter, since in the properties, you can indicate this format, and you can also use the file with jrxml format and modify it with a new SimpleDateFormat ("MM-dd-yyyy ") .format (parameter), for example. Now, I want to run this report on JasperReports Server, but I can not find the way to give the "MM-dd-yyyy" format requested by Informix. Does anyone know how to change this format in the Server parameters?
×
×
  • Create New...