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

japizzato

Members
  • Posts

    4
  • 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 japizzato

  1. 10 1/4 is the 10.25 inch In excell and other programs you format the cell or column to represent it, ie the value is 10.25 but shown as 10 1/4. Then either you format the report cell to represent inches if possible or you put the values as string if they are not used in calculations.
  2. From what I understand you have detail1 - chart item A detail2 - table item A detail1 - chart item B detail2 - table item B 1 MasterReport 1.1 SubReportDetail1 - chart items 1.1.1 SubReportDetail2 - table items Or 1 MasterReportDetail1 - chart items 1.1 SubReportDetail2 - table items And you want to have: detail1 - chart item A detail1 - chart item B detail2 - table item A detail2 - table item B If this is the case, you can do: 1 MasterReport 1.1 SubReporDetail1 - chart items 1.2 SubReportDetail2 - table items
  3. I had similarity with null values in scriptlets with spring services that in catch clauses made the error handling. Like try {getEntity ().getOrder (). getDouble () * y.getDouble ()} (catch (Exception e) Log.error ("error"); If the exception is throw, the report was not generated. To solve I had to test if (getEntity (). getOrder () ! = null && y != null) try ...
  4. Hi I need to say that I researched a lot, maybe not enough because I did not find an answer, before asking this question. If a client have orders only the last two orders is printed. if the second order is larger than the first one due to the number of items then a page break is generated Many strechtype and other configurations have been tested and I can not solve the problem. The question is: is it possible to have the second column bigger than the first? As? I do not use jrxml, jaspersoft ect. I use api with jpa and hibernate as provider. Below a representation of the above Thanks
×
×
  • Create New...