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

miljan.puletic

Members
  • Posts

    1
  • Joined

  • Last visited

miljan.puletic'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. Hi all, Trying to make adjustments in Jaspersof Studio, so I can display ArrayLis<Report> in Bar Char diagram My Java Report object looks like this: public class Report { private String movie; private int projections; private int tickets; private double income; public Report(String movie, int projections, int tickets, double income) { super(); this.movie = movie; this.projections = projections; this.tickets = tickets; this.income = income; }}[/code]Now, I have watched several YouTube tutorials where it is explained which .jar to place in Tomacat's lib folder, that we need to use compiled .jrxml file etc. I sort of get the bigger picture. But I don't know what exact adjustments to make in Bar Chart Wizard to achive what I have posted in the attachment. I don't know how to actually map entire list of object Report(s) so they are display as on the attachment bellow.
×
×
  • Create New...