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

zeeshanhashmi

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 zeeshanhashmi

  1. Hi, I have a few main reports divided in folders. Some of them are made so that they can be used as sub reports in main reports for example a Header Part and a Footer Part etc etc. My main reports are like this: ROOT > Reports > HashmiTech > Main Report 1 ROOT > Reports > HashmiTech > Main Report 2 ROOT > Reports > HashmiTech > Main Report 3 And those that i want to be used as Sub reports are like this : ROOT > Reports > HashmiTech > Sub > Sub Report 1 ROOT > Reports > HashmiTech > Sub > Sub Report 2 ROOT > Reports > HashmiTech > Sub > Sub Report 3 Please guideme how I can add Sub Report 1 in my Main Report 1 and what subreport expression I should put ? Thank you ZH
  2. Is there anyone who can help ? Seems to be a dead forum.
  3. <![CDATA[com.HashmiTech.NumberToWords.convert($F{grand_total})]]> This is how I am calling this. It gets numbers for example, 34890.90 and then it converts it to "Thirty four thousand eight hundred and ninty Dollars and Ninty cents."
  4. com.HashmiTech.NumberToWords.convert($F{grand_total}) This is how I am calling this. It gets numbers for example, 34890.90 and then it converts it to "Thirty four thousand eight hundred and ninty Dollars and Ninty cents."
  5. Hi, I have a report where I want to use java class to convert amount to workds. I converted the Java Class file to a JAR file and added that JAR file (ADD JAR) via iReport. Now, when I tried to run that report I see the error window pops up and show this: Please guide me how to fix this. Thank you Regards ================================================= Error Message Errors were encountered when compiling report expressions class file: 1. com.HashmiTech.NumberToWords cannot be resolved to a type value = com.HashmiTech.NumberToWords.convert( ((java.lang.Double)field_grand_total.getValue()) ); //$JR_EXPR_ID=9$ <------------------------> 2. com.HashmiTech.NumberToWords cannot be resolved to a type value = com.HashmiTech.NumberToWords.convert( ((java.lang.Double)field_grand_total.getValue()) ); //$JR_EXPR_ID=10$ <------------------------> 3. com.HashmiTech.NumberToWords cannot be resolved to a type value = com.HashmiTech.NumberToWords.convert( ((java.lang.Double)field_grand_total.getOldValue()) ); //$JR_EXPR_ID=9$ <------------------------> 4. com.HashmiTech.NumberToWords cannot be resolved to a type value = com.HashmiTech.NumberToWords.convert( ((java.lang.Double)field_grand_total.getOldValue()) ); //$JR_EXPR_ID=10$ <------------------------> 5. com.HashmiTech.NumberToWords cannot be resolved to a type value = com.HashmiTech.NumberToWords.convert( ((java.lang.Double)field_grand_total.getValue()) ); //$JR_EXPR_ID=9$ <------------------------> 6. com.HashmiTech.NumberToWords cannot be resolved to a type value = com.HashmiTech.NumberToWords.convert( ((java.lang.Double)field_grand_total.getValue()) ); //$JR_EXPR_ID=10$ <------------------------> 6 errors =================================================
×
×
  • Create New...