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

Rutuja Bhalchandra Shinde

Jaspersoft Staff
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    1

 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 Rutuja Bhalchandra Shinde

  1. Hi, I created a report the same as you but I can see the fields are displaying on the same page. I have attached my sample report could you please test it and let me know how it works for you? Thank you!
  2. Hi, The "stretch with overflow" property is deprecated and no longer used in JSS, This property is replaced by the Text Adjust. Please refer to the below documentation it may help you to resolve the issue : https://jasperreports.sourceforge.net/schema.reference.html#textField Thank you!
  3. Hi, This issue normally occurs due to incompatibility between the Commercial and the Community versions. Commercial and Community versions are not fully compatible. To import the report successfully, You will need to comment out some line from the report which is having the issue and then try to import. Thank you!
  4. Hi, You could try setting Position Type: Float will make the subreport "float" to wherever it needs to be after the previous subreport of unknown size is filled. Thank you!
  5. Hi, Please refer to the below article, it may help you to resolve the issue : https://community.jaspersoft.com/wiki/ldaps-login-failure-javaxnetsslsslhandshakeexception-javasecuritycertcertificateexception-no Thank you!
  6. Hi, Store images in a binary field table and insert an image object with Expression value = ${FIELD_NAME}. Class type of filed must be java.io.InputStream You can customize your query as you like.
  7. Hi, Could you please attach a jasperserver.log file to get more details of the error? you will find the jasperserver.log file under <tomcat>/webapps/jasperserver-pro/WEB-INFlogs
  8. Hi, we only support HTML tags related to text formatting (like <b>, <i> or <a>). We do not support tags for layout (like <hr>, <li> or <center>).
  9. Hi, Could you please provide the jrxml report? Also, provide pdf and word export to check the issue.
  10. Hi, Please refer to the below article to achieve the requirement : https://community.jaspersoft.com/blog/tip-horizontallooks-vertical-display-detailed-records-jasper-reports-convert-rows
  11. Hi Silvia, Could you please refer below document to create a report? Try to print the same report from dot matrix print. Please let me know how it works. https://community.jaspersoft.com/documentation/tibco-jaspersoft-studio-user-guide/v8/creating-simple-report
  12. Hi Could you please set the below property at the report main level properties and then publish the report and then let me know if that works? net.sf.jasperreports.print.keep.full.text=true Thank you!
  13. Hi, From the 404 error, it looks like the specified report URI is not found in the repository. Could you please try the URL like below : Method : Get URL : http://<host>:<port>/jasperserver-pro/rest_v2/reports/<reportpath>.html
  14. Hello, Please check the report execution behavior bypassing the load balancer or proxy server. If you are using a load balancer or proxy server increase the timeout period.
  15. Hi, Please download the "TIB_js-jrs_8.1.1_sp.zip" from https://edelivery.tibco.com/storefront/view-download.ep?sku=11706-1&version=8.1.1. After downloading the zip file, please refer to the release notes for steps on how to apply the sp patch. Thank you!
  16. Hi, Looks like you are using a very old version of the JRS which is out of support. Could you please use the latest version of the JRS and then tried the same? Let us know how it works in the latest version. Thank you!
  17. Hello, It looks like a limitation of the Jaspersoft studio, As a workaround, you will need to use the pdf option to print the report in the correct A4 format. If you wish to see this feature potentially implemented in a future release, you can submit this idea to the ideas portal. 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.
  18. Description :This article will demonstrate the steps to create the custom icon to show the report is empty in JasperReports Server. Solution :1) To add the custom icon you will need to create a new theme. 2) To create a new theme, go to the repository and right-click Theme, and click 'Add Folder' 3) Name the folder - 'New Theme' (or whatever is fine by you) 4) Now, create a CSS file called - 'overrides_custom.css' 5) In the CSS file add the below commands - #emptyReportID .content > .body::before { background: url(tibco.png); content:""; display: block; height: 48px; width: 48px; } 6) Save the file and open the repository in Jasperserver. 7) In the new folder 'New Theme' right-click and Add Resource-->File-->CSS 8) Add the CSS file - 'overrides_custom' and set it as an Active theme 9) Now log out and log in again to see the changes.
  19. Description :This article demonstrates the steps to change the font of the HTML5 chart report in the JasperReports Server. Solution :step 1: Create an extension for the font which you want using the below article : https://community.jaspersoft.com/wiki/custom-font-font-extension Step 2: Then Go to Edit Chart properties -> Chart Formatting -> Show Advanced properties. Click on Add button and add the following : Property name: chart.style.fontFamily Value: "Open Sans" Save the changes
  20. Description :This article demonstrates the steps to hide the Email Notification option while creating a schedule in the JRS. Resolution :1) To hide the Email Notification option you will need to create a new theme. 2) To create a new theme, go to the repository and right-click Theme, and click 'Add Folder' 3) Name the folder - 'New Theme' (or whatever is fine by you) 4) Now, create a CSS file called - 'overrides_custom' 5) In the CSS file add the below commands - .section .inputSet { display: none; } 6) Save the file and open the repository in Jasperserver. 7) In the new folder 'New Theme' right-click and Add Resource-->File-->CSS 8) Add the CSS file - 'overrides_custom' and set it as an Active theme 9) Now log out and log in again to see the changes.
  21. Description :This article demonstrates the steps to hide the "About TIBCO JasperReports Server" from the bottom left corner of JRS UI for unauthenticated users. Resolution :1) To hide the software version you will need to create a new theme. 2) To create a new theme, go to the repository and right-click Theme, and click 'Add Folder' 3) Name the folder - 'New Theme' (or whatever is fine by you) 4) Now, create a CSS file called - 'overrides_custom' 5) In the CSS file add the below commands - #loginPage #frameFooter #about a { display: none; } 6) Save the file and open the repository in Jasperserver. 7) In the new folder 'New Theme' right-click and Add Resource-->File-->CSS 8) Add the CSS file - 'overrides_custom' and set it as an Active theme 9) Now log out and log in again to see the changes.
  22. Description :In this article, we will demonstrate the steps to avoid the label truncation of the Ad hoc view chart. Resolution :perform the following steps to avoid label truncation: - Open the Ad hoc view -> Then go to chart format. - In the chart format, click on Advance Tab and add the below properties : set xAxis.labels.style.textOverflow to none Set xAxis.labels.style.fontSize to 10 px set xAxis.labels.style.whiteSpace to nowrap set chart.style.fontSize to 10px - After modification apply changes and save the Ad hoc view. - Export the Adhoc view in pdf
  23. Description :suppose you have 10 columns and on the basis of the parameter that you provide to report you want to show only 6 columns how to can hide the remaining 4 columns. Resolution : - Select the field which you want to hide while executing the report, then go to the properties tab. - In the print when expression box, provide the expression based on your requirement. For example print, the column when: $P{shipcountry}.equals(“USA”) This is the basic example, you could create an expression based on your requirements.
  24. Description :In this article, we will demonstrate the step to hide/show the column in the report. Resolution : - First, you will need to create a parameter like the below : <parameter name="show_columns" class="java.lang.Boolean"/> - Then select the field/fields which you want to hide/show, then go to the properties tab. - In the print when expression box, write the expression as below : new Boolean( $P{show_columns} ) - This will allow you to hide/show the column as per your requirement. export_-_2022-04-04t152540.246.zip
×
×
  • Create New...