Jump to content
Changes to the Jaspersoft community edition download ×

carlos2015

Members
  • Posts

    17
  • Joined

  • Last visited

carlos2015's Achievements

  1. What is your datasource? . If you use MySQL, you can use the function IFNULL(): "SELECT IFNULL(`MyValue`,0), FROM MyTable" See this: http://www.w3schools.com/sql/sql_isnull.asp
  2. See the "chapter 9: Templates" of "ireport-ultimate-guide.pdf". You can download it here: http://community.jaspersoft.com/documentation?version=28156 Rather than create one from an empty report, using the Coffee report.
  3. Band Title it show just one time, put the number in other band like "Page Header"
  4. Try this: <pageFooter> ... <printwhenexpression><!--[CDATA[$V{PAGE_NUMBER}!=2]]--></printwhenexpression> .... </pageFooter>
  5. Try this: http://community.jaspersoft.com/questions/844732/reset-jasperadmin-password
  6. There must be a way , but you can share the link of the report you want that then appears after login.
  7. See this link http://community.jaspersoft.com/blog/how-write-conditional-query-ireport-using-parameters And for pass parameter to sub-report you must select the sub-report and go to the "Parameters" property and there select "Copy From Master"
  8. Take a look at this http://stackoverflow.com/questions/31050139/how-to-run-report-on-ireport-which-is-running-of-jasper-server-with-image-paths
  9. See this: http://community.jaspersoft.com/wiki/xls-export-parameters-jasperreports-server You should put this property "removeEmptySpaceBetweenRows" in true
  10. This is a bug from Jasper Server, the problems is explain in this thread: http://stackoverflow.com/questions/7913457/cannot-compile-webapp-sample-of-jasperreports The solution is here: http://community.jaspersoft.com/questions/824896/how-use-custom-functions-jar-jasperserver-too Other solution is use the .jar in only subreports(use methods and functions), not in the main report.
  11. You can use groups, more information: http://community.jaspersoft.com/wiki/groups Regards.
  12. Strange, make sure the variable is defined like this: <variable calculation="Average" class="java.lang.Long" name="AverageMonth"> <variableexpression><!--[CDATA[$F{value}]]--></variableexpression> </variable>[/code]
  13. Try putting the property stretch type: "relative to tallest object" in the crosstab object. Regards
×
×
  • Create New...