Jump to content
Changes to the Jaspersoft community edition download ×

gustavofarias

Members
  • Posts

    201
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. gustavofarias's post in Prevent Column Header to repeat itself every "page" when export to Xlsx was marked as the answer   
    Just add URL parameter &ignorePagination=true
    The report will have just one page, so no reason to have repeated column headers
  2. gustavofarias's post in Jasper server stopped showing reports with images after upgrade to 8.1.1 was marked as the answer   
    Downloaded jai-imageio-core-1.4.0.jar from github and put in tomcat/lib.
    Only god knows why this lib is missing in official release of JasperServer.
  3. gustavofarias's post in Jasperserver does not recognize the query was marked as the answer   
    With default server settings you can't use a query starting with  "WITH FACTURA AS (".
    You either change the query not to use WITH AS or you change jasper server settings (there is lot's of answers about it) to be less restrictive.
     
  4. gustavofarias's post in Where can I find the error log of jasper server community? was marked as the answer   
    First I needed to activate the logs.
    in
    /var/lib/tomcat/webapps/jasperserver/WEB-INF/log4j2.properties[/code]change this:
    appender.fileout.fileName=${log4j:configParentLocation}/logs/jasperserver.logappender.fileout.filePattern=${log4j:configParentLocation}/logs/jasperserver.%i.log.gz[/code]to something like:
    appender.fileout.fileName=/var/log/tomcat/jasperserver.logappender.fileout.filePattern=/var/log/tomcat/jasperserver.%i.log.gz[/code] 
  5. gustavofarias's post in Service pack of jasper server to a specific build was marked as the answer   
    In fact Build version [20210726_1127] is the build version of the service pack, not the server that will receive the patch.
    Confusing.
  6. gustavofarias's post in Jaspersoft Studio - empty server field in publishing wizard was marked as the answer   
    First you need to let Jasperstudio know you have a server.

  7. gustavofarias's post in Bookmark Level Expression vs Bookmark Level was marked as the answer   
    from: http://jasperreports.sourceforge.net/schema.reference.html#bookmarkLevelExpression
    bookmarkLevelExpression If specified, it will supply the bookmark level for the corresponding element. This setting overrides the bookmarkLevel attribute of the element.
  8. gustavofarias's post in replace if null was marked as the answer   
    Have you tried the built in replace function?
    see attachment
     
  9. gustavofarias's post in Report is creating multiple pages even the data is not there for multiple pages. was marked as the answer   
    You have 10 records in your csv.
    And you are putting the graph in the detail band.
    Put in the summary band.
×
×
  • Create New...