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

m.kamran

Members
  • Posts

    53
  • 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 m.kamran

  1. Hi fabiano, Have you set your variable type to java.util.List? Thanks.
  2. Hi, This might help, https://community.jaspersoft.com/questions/821523/no-secret-found-when-reading-data-adapter-config Thanks.
  3. I think replacing that jar file will help, here's the link to get the one with this missing class in, http://www.findjar.com/jar/jasperreports/jasperreports/0.6.7/jasperreports-0.6.7.jar.html Hope it helps.
  4. Can you allow all permissions on this report from jasper and then check again? Also, can you please share browser inspector output? Thanks.
  5. Have you checked logs please? That would help find out the problem.
  6. Hi fabiano, Please try this solution, https://community.jaspersoft.com/questions/540687/use-array-object-variable-jrxml-file Thanks.
  7. Hi fabiano, This should help, https://community.jaspersoft.com/questions/540687/use-array-object-variable-jrxml-file Any confusions, please let me know and I would guide you with screenshots. Thanks.
  8. Hi, This might help, https://community.jaspersoft.com/questions/1061296/error-jasperreport-server-connection Thanks.
  9. Hi Albert, From the "Parameter mapping dialog" (Jasper Server) on the dashboard desinger page (it's a crooked icon at the top :)), you can set the follwing properties for each dashlet (source dashlet is already set though), Filter/ParameterDashlet AffectedFilter/Parameter Affected Please make sure both reports have at least one common parameter and if you have that already, linking them up is fairly simple. Once this bit is done, you would see that clicking on the chart would reload the table with relevant data. On a side note, you cannot do it from table -> chart since Jasper Server does not handle hyperlinks on tables (possible only in Studio). Hope this helps. Thanks.
  10. Hi Jobina, I would recommend handling the "day of the week" part withn your SQL script since jasper does not have a direct way (though you could make it work using conditionals but that would be a tedious approach). Here's how you would do it if using SQL server, https://docs.microsoft.com/en-us/sql/t-sql/functions/day-transact-sql but of course all DBMS's have functions available which would output DAY based on given date. Hope it helps. Thanks.
  11. Hi Kevin, If you want the colon positioned right next to the values, that is not an issue since you can even append it to the incoming value (coming from your resultset). I reckon you want both, - position of the colon next to each label, and - colons vertically in-line with each other I am afraid that won't be possible with variable sized incoming data. Please do correct me if I am wrong in the interpretation of your question. Thanks.
  12. What if you used static images in the report, does that work? The problem you have mentioned could happen for some other reason too, please can you explain the problem in detail rather than second guessing the images causing issues?
  13. Hi Kevin, Please use separate labels/fields for your dynamic value and the static colon(:) text. That way your colon won't move, of course you need to keep the dynamic value's label/field to be long enough to contain the incoming values, hope that helps. Thank you.
  14. Hi, You can create multiple (two in your case) 'Derived tables' using the view queries within the domain that is driving your adhoc view and you should have both available. Hope this helps. Thanks.
  15. Can you please check logs and share the content from [jasperserver]WEB-INFlogsjasperserver.log? Most likely you would have understood the issue before I do when seeing the log :). Thanks.
  16. Hi Jannick, This one can be annoying for sure and I am afraid you have only two options, - play with the report/charts size in your local studio report and try various sizes, a bit of a hit and trial situation. Try strecth to context area/width/height options on your report. - create reports directly on server and add them to dashboard (at least good view is guaranteed there). But that depends if the reports can be created on jasper server since it is quite limited in its report creation functionality compared to studio. Hope that helps.
  17. I think you might have to take a manual approach to this issue. Please create a new folder on 5.0 , copy reports there and export to 6.3.0 and then move reports manually from that folder to the standard Reports folder on 6.3.0, hope that helps.
  18. If you have made the dashboard accessible in your own application using external authentication, all you need to do is create user accounts for the new users in your own application and they should not have any issues accessing the dashboard since their accounts would automatically be created within jasper when coming via your custom application, please suggest if it is a different scenario. Thanks.
  19. Wondering if you added the relevant input parameter as Input Control under Controls & Resources tab for the report on Jasper Server. Please note that even while you have exported the report already, you would still need to register the input controls on the server. Hope that helps.
  20. In your expression editor, IF($P{PlacmentDays} == 0,$F{your_field_here}, IF($V{TotalPEIMSDays} >= $P{PlacementDays},$F{your_field_here},/* whatever you want for else*/)) works like this, IF (condition, true_outcome, false_outcome)
  21. Does the report load quickly enough? If the report has loaded and rendered already, I do not see why the export should take long since it presumably is only a screen-shot of web view using phantom in the background.
×
×
  • Create New...