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

ktalarico

Members
  • Posts

    77
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. ktalarico's post in Custom Visualization Component (Google Map) Report Render Error after Upgrade to Jasper 8.2 was marked as the answer   
    I solved this issue using this post:  https://community.jaspersoft.com/knowledgebase/how-to/accessing-jsqueryjs-custom-ui-pages-starting-jasperreports-server-v800/
    Starting with JasperReports® Server v8.0.0 the libraries used by JasperReports® Server will not be exposed to the global scope. 
    We are using jquery in the javascript accessed by the CVC.  Therefore, jquery needed to be installed in the scripts directory on the server.  Then needed to add this script tag to decoratorMinimalImports.jsp file:
    <script src="${pageContext.request.contextPath}/scripts/jquery.js"></script>
  2. ktalarico's post in How to position rowgroup vertically instead of horizontally was marked as the answer   
    I solved my problem by changing the bucket expression for the NAME rowgroup to be $F{NAME} + "n" + $F{QUAL}
×
×
  • Create New...