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

chiragkini

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by chiragkini

  1. Hi pawel_r Actually my problem is: I have to generate report which is around 8 pages. So how could i generate report with static text on each pages. (around 80%) Since when we design report it give us only one default page for static text. What about text on second page.. For example: Offer Letter.
  2. Hi friends, I am working on some reports where I want to have multiple pages around 8 pages in single report. Since the report has lots static text (about 80 %) of report, i am unable to create such report with multiple pages. I know jasper creates multiple pages dynamically from the data source available. but since i have lots of static text how can i do this????? Please guys help me out.. Thanks in advance.
  3. Hey Thanks Oxelad, thanks a ton. Its working now, actually I was doing stupiity by using Double.valueOf($f{variable1}.doubleValue()) + Double.valueOf($f{variable2}.doubleValue()). I got my mistake ... Thanks once again :)
  4. Thanks Oxelad, But when I tried to do this it gives me error saying "Cannot cast from double to Double" so even if when i tried to convert values first into string the convert into double it fails. For eg. when i do ($f{variable1}.toString()).doubleValue() +($f{variable2}.toString()).doubleValue() , it gives me error: "The method doubleValue() is undefined for type String.... Note: my variable values comes from database tables of type DOUBLE. Hope u got it what is scenario...
  5. Hi Guys! I am new to Jaspers IReport . I use this in netbeans 6.5 for reporting but I am facing one problem------>>> I have two fields whose Expression class java.lang.Double, whose values are taken from database. Now I want to add those two fields and display in Third Field, But whenever I use + operator to add those two fields in third field expression it gives me error " The operator + is undefined for the argument type(s) java.lang.Double, java.lang.Double" I dont know why its not allowing to add two Double fields.. So please guys help me out with this problem.... Thanks in Advance...
×
×
  • Create New...