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

nephalem

Members
  • Posts

    6
  • Joined

  • Last visited

nephalem'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. I tried to do it as you said. The result is shown in the screen below. I think the problem is not within the diagram, it is the way my variables are calculated. The diagram shows 1 slice for each time the variables change but I want it to have only 1 slice with the final value for each of the variables, 3 in total. How do I do that? http://www.abload.de/image.php?img=problemreportwmd4.png http://www.abload.de/image.php?img=problemreportwmd4.png Post Edited by nephalem at 06/30/2011 06:30
  2. i solved my problem by using $V{Variable}.toInteger() which returns the string as Integer. unfortunately the build-in editor didnt show me this possibility but google did
  3. Hello, i am pretty new to iReport. I made it to show all the data i want to present within the pie diagram in a couple of variables (they cant be retrieved with a simple query since they are calculated within the report). i got the following variables and i would like to draw a pie diagram plus the values in percent (of the total) by using the values: $V{time_OK} $V{time_WARNING} $V{time_CRITICAL} all of them are Integer values which are "final" when the report is done. What I want now is to show a pie diagram showing 3 slices, one for each of the variables. how do i do this within iReport? Many thanks in advance for your help Nephalem
  4. Hello, I am pretty new to Jasper Reports and I try to do some reporting from a MySQL Database in iReport. I managed to split the String the way i needed it (get rid of all the unimportant text etc.) so it contains nothing but numbers. The Problem is: How do i convert the (String) numbers to a "real" number i can do calculations with in groovy? For Numbers there are various methods but i didnt see any easy way to convert a String to an Int or Double. Hope you can help me. Many thanks in advice Nephalem
  5. Hello, I am pretty new to Jasper Reports and I try to do some reporting from a MySQL Database in iReport. I managed to split the String the way i needed it (get rid of all the unimportant text etc.) so it contains nothing but numbers. The Problem is: How do i convert the (String) numbers to a "real" number i can do calculations with? For Numbers there are various methods but i didnt see any easy way to convert a String to an Int or Double. Hope you can help me. Many thanks in advice Nephalem Post Edited by nephalem at 06/24/2011 08:03
×
×
  • Create New...