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

hozawa

Members
  • Posts

    5,224
  • Joined

  • Last visited

Community Answers

  1. hozawa's post in How to keep column name order when creating a domain was marked as the answer   
    Resolved this problem. :-)
  2. hozawa's post in is drill down feature possible with jaspersoft design studio? was marked as the answer   
    Yes, just make the uri point to the hyperlink target.
    If you mean to use drill down within Jaspersoft Studio preview, you can't.
  3. hozawa's post in how to get qr code on to report in Jaspersoft studio was marked as the answer   
    Just create a scriptlet to call qrcode java program and to output to image. Scriptlet codes are the same in both iReport and Studio so you can just use codes for iReport. Google the net to find a sample.
  4. hozawa's post in MySQL JDBC Connector for Jasper Server was marked as the answer   
    Just add the mysql-connector-java-5.1.31-bin.jar to tomcat/lib folder and restart JasperReport Server.
    Detailed steps below:
    http://community.jaspersoft.com/wiki/connecting-jasperreports-server-your-database
     
  5. hozawa's post in License for using jasper report library in commercial application was marked as the answer   
    JasperReports library is under LGPL 3 license. Please read the license.txt file included with the JasperReports library to find terms of usage.
  6. hozawa's post in Distributing fonts as Jasper font extension was marked as the answer   
    If they are MS Fonts, you'll better ask Microsoft for permission before distributing them. You probably have to buy a license from MS to distribute the fonts.
  7. hozawa's post in [RESOLVED] Connect iReport with Firebird on Linux was marked as the answer   
    It won't show up in the dropdown list. You have to enter the jdbc uri manually:
    jdbc:firebirdsql://host[:port]/<database>
     
  8. hozawa's post in Transfer JasperReports 3.0 Java-Program To JasperReports 5.6 was marked as the answer   
    Seems like it's been moved to olap package.
    http://jasperreports.sourceforge.net/api/net/sf/jasperreports/olap/xmla/JRXmlaQueryExecuterFactory.html
     
  9. hozawa's post in JasperServer 5.6 AdHoc Chart Colors was marked as the answer   
    js files are chached. Have you cleared cache in tomcat, apache, and your web browser?
  10. hozawa's post in Having problem logging into Jasperreports Server was marked as the answer   
    superuser/superuser without putting anything in the organization. jasperadmin is in organization_1
  11. hozawa's post in How do I get more info from the .log.1 file? was marked as the answer   
    JasperReports Server is just using log4j to output messages. log4j settings can be modified by editing WEB-INFlog4j.properties file.
    Error messsages generated by JavaScripts aren't logged in the server log because they are generated on user's web browser.
    "words:... 120 more" are error dump messages generated by Java. You really don't need them because they are just all triggered consequences of an error. Just look at the "caused by" to find the cause that triggered the error.
  12. hozawa's post in Export report from JasperServer from java aplication was marked as the answer   
    Yes. Just use the REST interface.
    http://community.jaspersoft.com/documentation/v56/jasperreports-server-web-services-guide
  13. hozawa's post in visualize.js is not accessible was marked as the answer   
    According to the Jaspersoft page, AWS still seems to be using 5.5.0 instead of 5.6.0. 5..6.0 is necessary to use Visualize.js.
    Visualize.js is only available on Enterprise and Professional editions. It's not available on Community editions and Express edition.
  14. hozawa's post in What is the difference between org.hibernate.dialect.OracleDialect and OracleJICustomDialect was marked as the answer   
    Checked the source. It's switching to use Unicode types and Blob instead of deprecated LONG RAW.
  15. hozawa's post in Number of tables created in war installation was marked as the answer   
    My bad on this. I was executing script for the CE version instead of the PRO version.
  16. hozawa's post in How to connect line from detail band to column footer. was marked as the answer   
    Use the Jaspersoft system variable to get current number of rows in a page and loop to add extra rows. This has already been discussed in the forum before so you'll be able to find a solution just by googling.
  17. hozawa's post in Where can I download earlier versions of commercial versions of JasperReports Server was marked as the answer   
    Got a quick reply from Jaspersoft Support. The right way seems in this situation seems to be to contact  Jaspersoft Support specifying download file (bundled or WAR) and OS.
  18. hozawa's post in Which iOS version is JasperMobile written with? was marked as the answer   
    Found an answer by looking through the code. iOS7.
  19. hozawa's post in Build Jaspersoft Studio from source was marked as the answer   
    The problem was with the instructions which used eclipse 4.2 instead of 4.3.1. All the sourceforge files for the current release of Jaspersoft Studio is currently using 4.3.1 so it was not working. Updated the site and a link to eclipse download site.
    http://community.jaspersoft.com/wiki/contributing-jaspersoft-studio-and-building-sources
  20. hozawa's post in Cannot connect to MySQL DB using either MySQL or MariaDB driver was marked as the answer   
    Are you connecting Workbench from the same machine as Server is on? If not, it may be a network problem.
    Nevertheless, this isn't a JasperReports Server problem but with your InfiniDB. Should post this kind of questions to InfiniDB forum or contact their support.
     
    BTW, Is InfiniDB supported by JasperReports Server?
  21. hozawa's post in JasperServer 5.5: Created new role and user, but get Access Denied when logging in was marked as the answer   
    You've done correctly. All users must belong to either ROLE_USER or ROLE_ADMINISTRATOR to login to JasperReports Server.
  22. hozawa's post in Open Report in Server with Parameter over URL was marked as the answer   
    Yes. Check the following documentation:
    http://community.jaspersoft.com/documentation/jasperreports-server-web-services-guide/v550/running-report-asynchronously
  23. hozawa's post in Display column values in single row. was marked as the answer   
    Just define a variable. Set initial value to "" and expression to $V{variable_name} + $F(field_name}
    You'll probably want to add conditional to add sepators between fields.
  24. hozawa's post in Creating a Table Report that Has Sum variables per Group was marked as the answer   
    What is Variable7s "Increment type" set to? Are you setting it to "[Group] Department" ?
  25. hozawa's post in Preview with Jaspersoft Studio 5.5.1 is much more slower than in 5.2.0 was marked as the answer   
    5.6.0 is suppose to have some performance improved. Have you tried their beta?
    http://sourceforge.net/projects/jasperstudio/files/beta-release/
×
×
  • Create New...