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

tmatyashovsky

Members
  • Posts

    38
  • 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 tmatyashovsky

  1. This class in traditional Java SE library since version 1.4. Can you attach original jrxml file?
  2. Hi, Have you tried to use remove line when blank property? Best regards, Taras
  3. Hi, Sub reports are evaluated before code you've provided. So first data source (which is empty or null at that moment) is passed to subreport and only after it is populated during beforeDetailEval() execution. Why you not use pure report parameter for your data source, populate it on back-end of your application and then simply pass it to sub report? Best, Taras
  4. Hi, I would suggest to created NUMBER_FORMAT variable in report: java.text.NumberFormat.getPercentInstance($P{REPORT_LOCALE}) Then is your pie use something like this: $V{NUMBER_FORMAT}.format($F{YOUR_FIELD}) Hope this will help. Best, Taras
  5. Hi everybody, I have one trivial issue but unfortunatelu could not find solution yet. The idea is to show 1,2,3, ... n series (lines) on one chart dynamically depending on enter boolean (or other) parameter. For instance, if show1 == true then show only 1 series (line) on chart, if show1 == true and show2 == true then show both series (lines), etc. So I'm looking for something similar to printWhenExpression for series. Would be grateful for any comments/solutions/possible work arounds. Thank you. Taras Matyashovsky
  6. Hi, Are you getting some error on UI or in the log file? Best regards, Taras Matyashovsky
  7. Hi Jon, For building sources I've using Intellij IDEA, but I'm acquainted with Eclipse IDE also. First of all I would advise you to have a look at JasperServer-CE-Source-Build-Guide.pdf which is located in docs folder. There you will find a lot of answers. If you have some particular questions - I'm ready to respond. Best regards, Taras Matyashovsky
  8. Hi, Not sure if its possible but you can create main report and 2 sub reports in it. For each of the sub reports you can pass different connection. Hope that will help. Best regards, Taras Matyashovsky
  9. Hi, There is an import/export tool. It is located in the scripts folder. Simple usage: To import: js-import --input-zip <zipfile name> Example: js-import --input-zip c:\Report.zip To export: js-export --uris <full path of report> --output-zip <zipfile name> Example: js-export --uris /organizations/organization_1/reports/Test_Report --output-zip c:\Test_report.zip Please refer to the user guide for more details. Best regards, Taras Matyashovsky
  10. Hi Jeremy, What browser are you using? Best regards, Taras Matyashovsky
  11. Hi, The quickest solution which comes to my mind: 1. Upload company logo to the repository. For instance, it will be accessible via repo:/Images/company_logo.jpg 2. Edit report created using AdHoc. Use iReport and connect to existing JS instance. Add image component, set repo:/Images/company_logo.jpg as image expression. Save report. 3. Using iReport upload updated report to JS. 4. Run report using JS. Hope that will help. Best regards, Taras Matyashovsky
  12. Hi Robert, Jasper server database connections are specified in META-INF\context.xml. But as far as you can login and list data the problem is not in mentioned file. Can you please check data sources used in reports that do not run? Maybe you've moved to another network and they are no more accessible? Best regards, Taras Matyashovsky
  13. Hi Robert, Can you please attach log files? Best regards, Taras Matyashovsky
  14. Hi Jan, Have you tried to clear cache using Manage -> Adhoc Cache? Best regards, Taras Matyashovsky
  15. Thank you. As far as I can see from the log you are using 3.7.0.1 version. Mentioned bug was successfully fixed in next version which should be released soon. Best regards, Taras Matyashovsky
  16. Hi, Jasper server passed real data for the input parameters instead of ? signs. So that's not the problem. Please check once more query, input parameters and fact that data exist in the db. Best regards, Taras Matyashovsky
  17. Hi, Probably you are using Google Chrome. Please check mentioned issue in Mozilla Firefox or IE. Best regards, Taras Matyashovsky
  18. Hi Christophe, Can you please provide more information how to reproduce mentioned issue? Are you using some standard input controls? Or created own? Also log file might be useful for future investigation, please provide it. Best regards, Taras Matyashovsky
  19. Hi, Not sure if it will help, but why you are using $P!{wherepara} instead of $P{wherepara} ? Best regards, Taras Matyashovsky
  20. Hi, Sure you can invoke it. First - create appropriate data source using button under main menu. Second - create report, insert stored procedure and read all required fields. In you need more assistance - please reply. Best regards, Taras Matyashovsky Post Edited by tmatyashovsky at 07/09/2010 14:02
  21. Hi, Are you able to connect to MySQL using some other client? Best regards, Taras Matyashovsky
  22. Hi, Have you run all commands in appropriate order? 1. js-ant clean-config 2. js-ant gen-config 3. js-ant create-js-db 4. js-ant init-js-db-ce and only then import-minimal-ce? Hope that will help. Best regards, Taras Matyashovsky
  23. Have you tried to use Image component? It is more suitable for files and supports java.io.File. Best, Taras Matyashovsky
  24. Just wonder why don't you use simple variables? As far as I can see they can easily solve mentioned example. Maybe I am missing something? Best, Taras Matyashovsky
  25. The best way to import/export reports from one server to another is to use js-import/js-export tool. Please have a look for detailed spec. Hope that will help. Best, Taras Matyashovsky
×
×
  • Create New...