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

miltenb

Members
  • Posts

    33
  • 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 miltenb

  1. in 6.9.10: right-click on the report > JasperReports > Compile Report
  2. Tell me, where do you do this ? I am searching for this option.
  3. You can download Java6 here : http://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US As a side note : why haven't the increased compatibility to 7 allready.
  4. L.S., As iReport fails miserably on MacOS X 10.10 I am forced to evaluate jss. One thing I have not been able to find is how who to save te reports in the 3.6.1 format. Does anyone know the answer ? TIA !
  5. I try : 2014-10-23 00:00:00.000 new SimpleDateFormat("yyyy-MM-dd HH:mm:ss" , new java.util.Locale("fr_FR")).format($F{date_start_raw2}) result : Cannot format given Object as a Date
  6. How many of those steps do you want to have done ? Just converting the FM-XML-Result to a jaspersoft xml should be very doable using xlst. I don't suppose this problem you are having is current ?
  7. I'd think that you allready answered your answer.... I created a second variable $test $V{timereg_type_sum_qty} == 1 ? "one" : "not one" It has the same settings as the field I am testing except for the calculation. that is set to 'Nothing'
  8. I have no idea what you mean by this... I am searching my xml for 'evaluation time', but can't find anything. I am on 4.7.0
  9. I don't recall getting an error. The problem occured when adding a style to field that had indenting on that field
  10. LS, I have been wondering if it is possible to create a variable in the 'Text Field Expression' builder as to make my code more easily readable. I can create variables of course and use these, but would like to just create a couple for the task at hand. I am using java as my language. So, instead of : new DecimalFormat($V{decimalFormat}).format($F{someField}) I'd like to do something like : string df = "0.00" ; new DecimalFormat(df).format($F{vat_base_total_2}) TIA
  11. So, if I understand correctly... If the .xml-file contains 7 <report>s, you want 7 of these pages. All the sample data for a <report> goes into the crosstab. Am I correct ? Or, is something going wrong with the display of the data ? The current data source seems to pull all row-data from the file, but I guess you only want the row data for that report record ?
  12. Where do I find this example ? I have been pulling my hair to get this working
  13. I'd like to help, but I don't really understand what you want. Each report is a record with point_sample and multiple rows in your xml. Could you give an example of how you'd like to present your data with data from what and where ? You might consider a page break after each <report>
  14. Yes, I deleted the plugin. And I only have 7 Classpaths ( where were tens of them before ).
  15. Did not find any as of yet. However, after a few runs new Classpath entries were created and the speed starts to decrease. I can keep deleting off course, but something of a more structural nature would be great. Post Edited by miltenb at 01/30/2012 15:43
  16. Yes ! I am going back to 4.0.2. Version 4.11 && 4.5.0 blow in terms of speed. I know I am not adding to the discussion, but 5 - 6 times slower ?! Check your code or at least tell us why you are doing extra in the background to warrent this waiting. On MacOS X 10.7.2 : I am seeing iReport doing allmost nothing or spiking ~130%three times before giving me my preview. Post Edited by miltenb at 01/30/2012 06:20
  17. I want to know this as well. For now, assume you can't. There are a lot of interesting issues with iReport designer IMHO.
  18. MacOS X 10.7.2 iReport 4.5.0 compatibility with 3.6.0.0. LS, I was to keep a detail band from splitting, so that everything in that band (record) prints on the same page. However, when I change the split type is just reverts to '<default>' Why is this or how to fix this ? TIA
  19. LS, I have this detail band I want to print on one page, so I thought setting split type of the band to 'prevent'. However, when I do this it reverts to default. I does this with any value I select from that list. Now what ? MacOS X 10.7.2 iReport 4.1.1 compatibility mode with 3.6.0.0
  20. Simply put, we can't have iReport being intelligent as iReports are uploaded to our Online ERP system and that one tries to compile the report server-side and thus compilation fails. Please give us the option to always save the textFieldExpression. I'll try to work with the guys who manage the server side
  21. I solved part of it allready... Placing product_description_extra into a second detail band and checking 'remove line when blank'. It get's a bit better. Now for that image...
  22. Can't help you with this, but I sure would like to know the answer to this question as wel !
  23. LS, I am building a list report, where after each record a line is drawn, so it would look something like this : <record> description_of_product description_of_product_extended line </record> This is where I run into a problem, which should be extremely easy to solve, but I can't find where. I the case the field 'description_of_product_extended' is empty, I want the line to slide up towards the description_of_product field and thus removing a white line. How do I do this ? TIA ! Joost Miltenburg, The Netherlands.
×
×
  • Create New...