Jump to content
Changes to the Jaspersoft community edition download ×

kkumlien

Members
  • Posts

    137
  • Joined

  • Last visited

Community Answers

  1. kkumlien's post in Is there a LTS JasperReports version? was marked as the answer   
    There is now, 8.0 is our first LTS release: https://support.tibco.com/s/article/Changes-to-the-TIBCO-Jaspersoft-Release-Cycle-and-Introduction-of-Long-Term-Support-Model
  2. kkumlien's post in Can we view Japserstudio builtin database through a GUI? was marked as the answer   
    Further options in the 2 answers here: https://community.jaspersoft.com/questions/501094/where-do-we-get-sample-db-used
  3. kkumlien's post in Connect to the Jasper Reports samples database on localhost was marked as the answer   
    Further options in the 2 answers here: https://community.jaspersoft.com/questions/501094/where-do-we-get-sample-db-used
  4. kkumlien's post in Connecting to Sample Database was marked as the answer   
    Your local HSQLDB could be corrupted, if a restart doesn't fix it, you can run a copy.
    See 2 possible options here: https://community.jaspersoft.com/questions/501094/where-do-we-get-sample-db-used
  5. kkumlien's post in Installing Sample DB was marked as the answer   
    Studio should have its own local Sample DB, if for some reason it doesn't work, see 2 possible options here: https://community.jaspersoft.com/questions/501094/where-do-we-get-sample-db-used
  6. kkumlien's post in Can't install JasperReports Server 7.5.0 on MacOS Catalina 10.15.2 was marked as the answer   
    Get 7.5.1 (only available with a commercial license), or see workaround here: https://community.jaspersoft.com/wiki/how-run-bundled-installer-tibco-jasperreports-server-macos-1015-catalina
  7. kkumlien's post in Create Domain using REST v2 API was marked as the answer   
    Here's an article describing step-by-step an approach similar to Sherman's:
    https://community.jaspersoft.com/wiki/creating-domains-using-rest-v2
  8. kkumlien's post in Jaspersoft MongoDB Query Language: Aggregation and projection was marked as the answer   
    See latest comment on the bug report here: https://community.jaspersoft.com/jasperreports-server/issues/10886#comment-859521
    It might not help for Studio but it might for JasperReports Server.
  9. kkumlien's post in Jasper Studio Bug Reporting was marked as the answer   
    Go to: https://community.jaspersoft.com/bug-tracker > Click "Create new Bug Report" > Select Project: "Jaspersoft Studio"
    Or go to: https://community.jaspersoft.com/node/add/bug?field_bug_project=496
  10. kkumlien's post in Getting session timeout when using superuser was marked as the answer   
    See solution here: https://community.jaspersoft.com/wiki/getting-timeout-pop-message-tibco-jasperreports-server-dashboard-designer
  11. kkumlien's post in Phantom JS error on Jaspersoft Studio Install (Mac OS) was marked as the answer   
    I've seen the error "PhantomJS is not working properly in your system" as well with JRS 6.4.2 on High Sierra. PhantomJS is still installed but if I run it on the command line, I get the error "Segmentation fault: 11".
    So it seems PhantomJS 1.9.8 that is installed (as per the release notes) is not compatible with macOS Sierra or High Sierra.
    I've installed 2.0.0 manually via brew and it seems to work on 6.4.0, still need to try it on 6.4.2 (it should).
  12. kkumlien's post in Share JSP from JasperSoft 6.5.1 or later was marked as the answer   
    Hi Dharmesh,
    if you're referring to JasperReports Server, there is no version 6.5.1. That version is just for the open source versions of JasperReports Library and Jaspersoft Studio.
  13. kkumlien's post in hide column if values null was marked as the answer   
    This tutorial explains exactly how: 
  14. kkumlien's post in changes in restricting file upload is not reflecting on server was marked as the answer   
    Have you tried changing resource.add.files.js instead (in the same folder scripts/bower_components/jrs-ui/src/)? I tried on 6.4.0 and it worked for me.
    E.g. in this example I removed PNG as a valid option:
    After you've modified the JavaScript, please be sure to re-create the optimized scripts (https://community.jaspersoft.com/documentation/tibco-jasperreports-server-ultimate-guide/v640/customizing-javascript-files), or to use the non-optimized version (by changing the relevant property on the server or adding _opt=false to any URL in JRS).
  15. kkumlien's post in Integrating Jasper report with spring MVC was marked as the answer   
    Here's a good example: http://www.baeldung.com/spring-jasper
  16. kkumlien's post in Output SQL with log4j in Jaspersoft Studio was marked as the answer   
    You can print out information to the console as described in How to get Jaspersoft Studio logging output from within scriptlet.
    Or you probably want to enable FINE-level logging for the specific class you're interested in. See Configuring Apache Commons Logging and Log4J in Jaspersoft Studio (the article you referred to) and https://community.jaspersoft.com/questions/841628/it-possible-log-generated-sql-jasper-studio for an example.
  17. kkumlien's post in Custom visualization component using Webservice datasource was marked as the answer   
    Hi Hulya,
    as mentioned by Rohit in his comment, the issue is not with the data source but with the CVC setup.
    See the answer here for more guidance: http://community.jaspersoft.com/questions/845837/jasper-report-custom-visualization-problem
  18. kkumlien's post in Is it possible to log generated SQL in Jasper Studio? was marked as the answer   
    Java Util Logging (but not Log4j) should work as per Configuring Apache Commons Logging and Log4J in Jaspersoft Studio if you set this in log.properties:
    net.sf.jasperreports.engine.query.JRJdbcQueryExecuter.level = FINE[/code]and comment out the default level for the
    FileHandler:
    # java.util.logging.FileHandler.level = INFO[/code]Also make sure
    java.util.logging.FileHandler.pattern
    and
    -Dorg.apache.commons.logging.diagnostics.dest point to different files. The file set in
    java.util.logging.FileHandler.pattern should contain your SQL statements.
  19. kkumlien's post in How to download JasperReport Library or release notes was marked as the answer   
    Hi Willem,
    you probably don't need this by now, but for other users...
    Release notes specific to the Library are here: https://sourceforge.net/p/jasperreports/news/
    General release notes for Jaspersoft are together with the other documents: https://docs.tibco.com/products/tibco-jasperreports-server-6-4-0
    HTH!
    Cheers
  20. kkumlien's post in Jsapereport Server 6.3 Embebed as a resource in other web application was marked as the answer   
    Hi Rafael,
    thanks for your question! Ad Hoc and Dashboard designers currently (as of in 6.3) cannot be embedded via Visualize.js. Many customers use a mix of Visualize.js (for Reports and Dashboards) and HTTP API (for the Designers). See here for a comparison: http://community.jaspersoft.com/wiki/comparison-embedding-visualizejs-vs-http-api-iframe
    There are plans to implement embedding the Designers via Visualize.js, but I cannot give you any certain date or release number, for the moment.
    Kind regards
  21. kkumlien's post in Clear differences between normal http way of embedding vs visualize.js way of embedding? was marked as the answer   
    There should not be performance differences in theory.
    See this article for a comparison: http://community.jaspersoft.com/wiki/comparison-embedding-visualizejs-vs-http-api-iframe
  22. kkumlien's post in How to use multiple Data Sources in a Jasper Report? was marked as the answer   
    http://community.jaspersoft.com/wiki/how-use-multiple-data-sources-jaspersoft-studio-or-jasperreports-server
    https://community.jaspersoft.com/wiki/multiple-datasources-ireport-lists-tables-and-subreports
  23. kkumlien's post in How to set context param in *.bat file for jasperELT? was marked as the answer   
    Based on the comment above from Ted, he resolved his own question by enabling the flag (selecting the checkbox) "Transmit whole context" on the parent job, which is documented here: https://help.talend.com/display/TalendOpenStudioComponentsReferenceGuide60EN/tRunJob
  24. kkumlien's post in How to use context parameter in sql? was marked as the answer   
    Hi Ted,
    unfortunately using bind variables is only allowed in row components and not input components: https://jira.talendforge.org/browse/TDI-6749
    You can still concatenate the context variable to the query string as you would do in Java, for example:
    "SELECT count(1) FROM business WHERE business_id = " + context.search_idI'm assuming search_id is a number so no need to surround it with single quotes. Otherwise it would be:
    "SELECT count(1) FROM business WHERE business_id = '" + context.search_id + "'"See this screenshot for an example:

    Please accept and/or up-vote the answer if you think it's useful, thanks!
    Cheers
  25. kkumlien's post in i have a problem that i am integrate my jasper reports with java files but there is issue that in detail i made two tables in detail1 and detail2 at the time of genrating the html report both tables are overlap but it shown correce in ireport preview... was marked as the answer   
    Hi Urvashi,
    why are you using two Detail bands?
    Unless you want to print the tables for each row in the Detail band, then I'd suggest moving both of them to the Title or Summary band.
    Then remove the Details bands if not required.
    Kind regards
×
×
  • Create New...