Jump to content
Changes to the Jaspersoft community edition download ×

Anuja Vilas Bhujbal

Jaspersoft Staff
  • Posts

    36
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by Anuja Vilas Bhujbal

  1. Problem: There was an instance where a user was using Arabic text in their report and the text was being displayed correctly in the Jasperserver UI whereas it was being printed correctly in the PDF, XLSX, and other exports. Solution: This issue seems to be caused by net.sf.jasperreports.text.save.line.breaks being set to true in JRS which breaks the text into lines which confuses bidirectional control characters in the text. The workaround is to set net.sf.jasperreports.text.save.line.breaks to false either in the report or in WEB-INF/classes/jasperreports.properties.
  2. Hello, Please refer to the below documentation to set the compatibility of the Studio with earlier verison.
  3. Hello Oscar, Can you please let me know what exact error are you getting for the Data adapter?
  4. Problem: In the 9.0 version of the Jasperserver, we have introduced an option 'Use a blank JRXML' which takes the user to webstudio. There can be a use case where the admins would like to disable the option for the users. Solution: To remove the 'select blank jrxml' option you will need to remove the below code from the jasperserver-pro\WEB-INF\jsp\modules\addResource\reportSteps1_2.jsp file, clear the Tomcat cache, and restart the Tomcat. Please take a backup of the reportSteps1_2.jsp before making the changes. <spring:bind path="wrapper.source"> <li id="blankTemplate" class="leaf"> <div class="control radio complex"> <label class="wrap" for="BLANK_TEMPLATE" title="<spring:message code='resource.report.blankJRXML'/>"> <spring:message code="resource.report.blankJRXML"/> </label> <input class="" id="BLANK_TEMPLATE" type="radio" name="${status.expression}" title="<spring:message code="resource.report.blankJRXML"/>" value="BLANK_TEMPLATE" <c:if test="${status.value=='BLANK_TEMPLATE'}">checked="checked"</c:if>/> </div> <div class="browser"> <label title="<spring:message code="resource.report.blankJRXML"/>" for="resourceUri" class="control browser<c:if test="${status.error || wrapper.source=='BLANK_TEMPLATE' && jrxmlUnparsable != null}"> error</c:if>"> </label> <span class="message warning"><c:if test="${status.error}">${status.errorMessage}</c:if></span> <c:if test="${status.error || wrapper.source=='BLANK_TEMPLATE' && jrxmlUnparsable != null}"> <span class="message warning">${status.errorMessage}<spring:message code="${jrxmlUnparsable}"/></span> </c:if> </div> </li> </spring:bind>
  5. Hello, The latest version of the Jasperserver is 9.0. To upgrade your 6.3 Japserserver to 9.0, please refer to the section "Upgrading JasperReports Server 6.4.x or Earlier" on page 51 of the below Upgrade guide for more details. https://docs.tibco.com/pub/js-jrs/9.0.0/doc/pdf/js-jrs_9.0.0_upgrade-guide.pdf?id=1
  6. Hello, You will find the 'Jaspersoft Studio Professional.ini' file in the folder where the studio is installed, for example like - C:\Program Files\Jaspersoft\Jaspersoft Studio Professional-8.2.0
  7. Hello, Please try to use the TIBCO Jaspersoft MS SQLServer (tibcosoftware.jdbc.sqlserver.SQLServerDriver) driver provided by default with the Studio for the connection and let me know if it helps.
  8. Hello, It is not possible to download the community installer of the Jasperserver. Please refer to the below FAQs regarding the recent changes for more details.
  9. Hello, Can you please share the JRXML of your report to help me better understand the issue?
  10. Hello, Please refer to the below links for the platform support guide of the JasperReports products. https://www.jaspersoft.com/supported-platforms https://community.jaspersoft.com/documentation/?_ga=2.86297183.632996124.1704882850-308782066.1610711335
  11. Hello, Can you please let me know where exactly are you trying to use the concatenate function? Please share a screenshot for the same.
  12. Hello Muthu, You can download the jar from the below link from the download button after logging in to the website.
  13. Hello, Please share the JRXML of your report and the output screenshot or PDF export of the report to help us better understand the issue.
  14. Hello, I was not able to run your report locally as you have defined multiple datasets in your report but I could see that many of the text fields in your report have the text alignment set to left. Please refer to the attached screenshot. Please tweak the text alignment for the text fields as per your requirement and let me know if it helps.
  15. Hello, Please create a variable for the page number as seen in the attached screenshot and use it in the Page footer. I am also attaching a sample report which I have created using the Foodmart employee table where I was able to achieve your requirement. group_page_number.jrxml
  16. Hello, Please let us know if you have applied any customization to your Jasperserver. The UI seen in the screenshot does not seem to be from a default Jasperserver.
  17. Hello, It is not possible to force the test field to one line based on a condition that if it is below [x] minimum size it should be cut or end with ellipses with the current features of the JasperReports.
  18. Hello, Can you please share a sample report with the font embedded in the report to help me reproduce the issue locally and the font extension as well? Also, I am not able to view the attached screenshot due to an access denied error.
  19. Hello, It is not possible to have detail bands for groups with the current features of the Jasperserver. This seems like an enhancement request and I'm pleased to let you know about an improved method to make it easier for TIBCO Jaspersoft users to report enhancement ideas, track the status of those enhancements, and vote for ideas/enhancements that you consider to be most useful. This will be done by using the new Jaspersoft Ideas Portal https://jaspersoftideas.tibco.com/ which was developed by our Product Management team. This will be a more effective way for you to interface directly with our product team and see the status of your enhancement ideas. We would encourage you to log your ideas on the Ideas portal as it is directly being managed by our Product Management team.
  20. Hello, Please refer to the below link and let me know if it helps.
  21. Hello, Please refer to the below article and see if it helps. https://community.jaspersoft.com/wiki/how-deploy-reports-tibco-jasperreports-server-subreports-use-different-data-sources
  22. Hello Mickael, Please try to untick the 'Print Repeated Value' check box on the textfield in the report and let me know if it helps.
  23. Hello, Please check the Ignore pagination checkbox in the properties when you click on the report name in the outline tab.
  24. Hello, The thousand separator is evaluated by Java as per the user locale. Please refer to the below link for more details regarding the Java formatters. https://docs.oracle.com/javase/8/docs/api/java/text/DecimalFormat.html For example, if you have the pattern #,##0.00 set for the value of your field and your user uses the locale de_CH(which uses the ' as the thousands separator by default), then you will see the value of that field like 1'635'133. You can test this by adding the below property in your report to set the locale of the report to de_CH. <property name="net.sf.jasperreports.default.locale" value="de_CH"/>
  25. Hello, Please use the font extension by referring to the below link and embed it into the PDF. https://community.jaspersoft.com/wiki/custom-font-font-extension
×
×
  • Create New...