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

arnaudsimon091

Members
  • Posts

    54
  • 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 arnaudsimon091

  1. Hello everyone, I have a strange problem in JasperReports Server, in one report (reportA) I have some text fields and in an another report (reportB), I have a subreport that contains the reportA. When I launched my reportB the first time, everything worked, I had the expected result. But when I modified my reportA several times, at one moment my reportB didn't update his content. So my reportB displays a content that doesn't exist anymore inside the JasperReports server as you can see on these images : Is it possible that my older version of the report A is still on the JasperReports server ? I don't understand what could cause this behaviour. Thanks for your help !
  2. Hi mate ! Thanks for your answer, I will ask my system administrator to try your process. Best regards, Arnaud
  3. HI iggy ! I found a way to approximately do it, I will give you a sample case : In this sample, we want to have a "master report" and a "slave report" which will copy the content of the master. 1) Build the master report (just a classic text field inside) and publish it on jasperserver 2) Build the slave report, put only a subreport in it with this expression "repo:/path_to_your_master_folder/master_report_files/main_jrxml" then publish it 3) Check with the main_jrxml file of your slave report that you have a subreport with the good expression in it (can be buggy sometimes) -> Now when you update the master report and publish it again (change the static text for example), the slave report is updated WARNING : This method doesn't work if you have external config (images, input controls, ...) so be prepared to copy them with another method Hope this will be helpfull !
  4. Hi man, I had a similar problem but when I published my report on jasperserver it worked, check my quesion here if you want to have more details : https://community.jaspersoft.com/questions/1147591/subreport-which-contains-jasperreports-server-report
  5. I finally found what I should do in order to have a report of the jasperserver inside my subreport. Let's say I have a "master report" in jasperserver and a ''slave report" = subreport which contains master report. To put I had used this expression in the subreport "repo:/path_to_report/report_files/main_jrxml" and published it. Then everything worked (subreport contained a jasperserver report). But I had another problem, when I updated my "master report", I saw that my "slave report" weren't updated. So I opened the "main.jrxml" file of the "slave report" and I saw that instead of a subreport, it contained only a static text. So I modified my "slave report" until I had a subreport with the expression "repo:/path_to_report/report_files/main_jrxml" -> Now when I modified my "master report", my "slave report" is updated. PS : With this method, external resources like "input controls" or "images" in the "master report" can't be automatically updated in to the "slave report"
  6. Yeah you're right I should have used the jaspersoft studio and the jasperserver tag. I wanted to use jasper server to make reports because I have a report which is often modified by users on the server and I want to display it (the latest version) in another report, I don't know if it's the right way to do this. Thanks for your help.
  7. Hello pawan, When I use the subreport element inside japsersoft studio, I can't select any report from the jasperserver : -> -> Are you sure that I can use a report from the jasperserver inside a subreport ? Best regards, Arnaud
  8. I have the same problem and it seems that you need to have a API key of Maps Static API and enable billing to solve this (try to type the url mentionned in your error, you'll see). I will post another message if enable billing solves this problem.
  9. Hello everyone, I would like to know if it was possible to put a report of the JasperReports server inside a subreport (so I could merge several reports) . Thanks for your help
  10. Hello everyone ! I can't save my scheduled report in one of my folder in JasperReports Server (but schedule functionality works for mail etc). I asked my system administrator and he said that I had "Read + write + delete" permissions, so I don't understand why I can't save this report. Does someone had a similar problem ? Thanks for helping !
  11. Hi blenheimfire ! I have faced this problem too, you need to change your "AND" statement in your query. Instead of : AND p.RegistrationDate BETWEEN $P{StartDate} AND $P{EndDate} use : AND $X{[bETWEEN], p.RegistrationDate, StartDate, EndDate} Try to check this doc to have a better understanding of this syntax : https://community.jaspersoft.com/documentation/tibco-jasperreports-server-administrator-guide/v60/cascading-input-controls Best regards.
  12. Hi jean-pierre, when one of your subreport is upper than the others in a band, you can change the position type to "float" for all the sub reports except the upper one. Everything should be well displayed after this setup !
  13. Hello again iggy, If you want a good rendering in the XLS format, you need to place carefully your elements in yoaur report (no overlaping) and add this property in your report to render images / graphics (in the source tab) : <property name="net.sf.jasperreports.export.xls.ignore.graphics" value="false"/> PS : You haven't got a missing line in the second report, it's just not aligned, change your column header and it should be fine
  14. Hi iggy, If you want to use the "ascending/descending" filter in your AdHoc view, you need to put this measure into the column tab. Tell me if everything work after
  15. Hi guys, I was wondering if it was possible to use visualize.js to render reports for Community Edition. Thanks in advance for your help
  16. Thanks for your answer ! I have seen that this problem doesn't occurs in the PDF format and in the JasperReports Server, but I still don't know why borders are displayed this way in jaspersoft Studio
  17. Hello everyone ! When I activate borders, I can see that some lines are overflowing like you can see in this image, is there a way to display them without this "overflowing" effect ?
  18. Hello everyone ! I want to change the color of my PieChart (by default first slice is red, second is orange, ...), is it possible to do so in jaspersoft studio ? Thanks for your help !
  19. Hi jean-pierre ! I had the same problem, and I think that exporting dashboards is not possible for the moment with visualize.js. If you want to export your dashboard inside your Angular application (in PDF for example), you should just put the PDF of your dashboard into a folder of your JasperReports server and create a button in your Angular application which will redirect the user to this resource. I put you some images here to show you how it works, have a nice day ! /sites/default/files/user_uploads/arnaudsimon091/2019-07-30_09h33_03.png /sites/default/files/user_uploads/arnaudsimon091/2019-07-30_09h39_09.png
  20. Hello everyone ! I would like to know if it' is possible to assign specific permissions to JasperReports's users (not only read, read+write, ...), like the permission to publish content or to manage datasources for example, is it possible in JasperReports server ? Thank you in advance for your help ! Examples of permissions : * Administer Security * Read Content * Publish Content * Manage Data Sources * Schedule Content * ...
  21. I have the same problem jeanpierre, my page footer is only displayed on the first page
  22. Hi jean-pierre, to upload a report with scriptlets you need to put your scriptlets in jasperreports-server-7.1.1apache-tomcatwebappsjasperserver-proWEB-INFlib and in jaspersoft studio, choose the option "all sections and no details" in the "if no data type" option : /sites/default/files/user_uploads/arnaudsimon091/2019-05-23_13h59_51.png Watch my video for more details :
×
×
  • Create New...