• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

JasperReports and iReport problem

 
Ranch Hand
Posts: 751
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, has anyone here used JasperReports and iReport effectively on the net? I can't seem to find a decent tutorial that will my needs.

First of all, I'm trying to create a generic bar graph and a generic pie chart. Right now, I'm focusing on a generic bar graph where for every record I will display a horizontal bar on my JSP. Let's say I have a list of table


X | Y | Graph

1 2 ==
3 4 ============
5 9 =========================
10 1 =======


Those values are just for example and I didn't really think hard on that. I just wanted to show what I want to see on my JSP.

First problem I have so far is... How do I set the X and Y value of my bar graph in iReport? Thanks!
 
author & internet detective
Posts: 42003
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Timothy,
I'm moving this to our Other APIs forum where someone is more likely to know about iReport. If it winds up being about JDBC, someone there can move it back.
 
Put the moon back where you found it! We need it for tides and poetry and stuff. Like this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic