Jump to content
Changes to the Jaspersoft community edition download ×

nthapa

Members
  • Posts

    91
  • Joined

  • Last visited

nthapa's Achievements

  1. Please refer to this post, http://community.jaspersoft.com/questions/519525/bigdecimal-division Note: this is for Bigdecimals, if you have intgers you can achieve this using $F{aFieldName_A}.intValue() / $F{aFieldName_B}.intValue()
  2. You can absolutely deploy database in another machine. This wouldnt cause any problem. Refer to JasperReports-Server-Install-Guide.pdf (Chapter 5) or https://community.jaspersoft.com/documentation/jasperreports-server-install-guide/v56/installing-war-file-distribution
  3. you can setup report to use domain topic that are staged.. so when you run your reports, it can use staged data. but you can use staging in jaspersoft studio.
  4. What version of JRS are you using? Although I am not too certain about redshift but there was some work done with period in column name on JRS 6.0.
  5. Why dont you add filter? right click on the column which could have those values and click on add filter, specify the filtering criteria. HTH
  6. Unfortunately that cannot not be done. Data staging is based off domain topic, which isn't part of jaspersoft studio.
  7. Please increase the heap size specified for JVM. using -XX:MaxHeapSize. Refer to: http://stackoverflow.com/questions/4401396/could-not-reserve-enough-space-for-object-heap
  8. Could you please provide the complete log. Thanks.
  9. Look into JRS-web-services-guide.pdf Following is the example from the pdf http://<host>:<port>/jasperserver[-pro]/rest_v2/reports/reports/samples/Cascading_multi_select_report.html? Country_multi_select=USA&Cascading_state_multi_select=W A&Cascading_state_multi_select=CA
  10. You can view the items that are being cached from Server settings->adhoc cache. You can even clear it from there if that works for you. I would like to know more about the input controls Could you give more details on sql that each of the input controls run? Unless same user, uses same sql with same parameters that shouldnt really be happnening. Would help us to identify the issue with more information.
  11. Please go through this link https://community.jaspersoft.com/documentation/jasperreports-server-ultimate-guide/v55/roles-users-and-profile-attributes JRS has feature called profile attribute in which different values be defined for attribute at different level (server, tenant, user). I am not 100% sure if this will solve your problem but this is worth a look. The link is for v55 but 6.0 and beyond presents more addition to the feature. Those attributes can be used in datasource/domain/adhoc/filter as of amber -2. (which is the work in progress)
  12. Can you give details on what is that you are passing to the server?
  13. If you are not using JRS in clustered environment, the easiest way to handle this is to hunt down CacheManagerPeerListener tag in ehcache configuration files and comment them out. There are few files, which I dont have the list yet. But they have filename of pattern *ehcache*.xml. There are 3 or so files. HTH
×
×
  • Create New...