Jump to content
Changes to the Jaspersoft community edition download ×

plambert_1

Members
  • Posts

    55
  • 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 plambert_1

  1. You will find what you need there : http://community.jaspersoft.com/documentation/tibco-jasperreports-server-web-services-guide/v62/v2jobs-service
  2. As well if SQL you can convert from the query + you have the choice with Java current casting methodology or using the JasperReports built-in functions for Date & Time in the expression Editor.
  3. You can setup Oauth authentication from JasperReport Server side : http://community.jaspersoft.com/wiki/configuring-oauth-20-tibco-jasperreports-server-v61 Then depending on the way you embed JRS using APIs you will always find a way to use it.
  4. You are not obliged to use a configuration file. But if you wish to , in your code you will need to use : https://github.com/Jaspersoft/jrs-rest-java-client#loading-configuration-from-file Or a manual way : https://github.com/Jaspersoft/jrs-rest-java-client#creation-of-manual-configuration It is pretty well explain in the readme of the github project...
  5. It is in the documentation, when you use the package manager to install Tomcat you need to define in the default_master.properties file of the buildomatic the following : # Tomcat app server root dir # appServerDir = C:\Program Files\Apache Software Foundation\Tomcat 7.0 # appServerDir = /home/devuser/apache-tomcat-7.0.26 # if linux package managed tomcat instance, set two properties below CATALINA_HOME = /usr/share/tomcat6 CATALINA_BASE = /var/lib/tomcat6
  6. Do you have the same Headers as POSTMAN ? URL properties as well? Did you configure the kind of request properly (POST, GET) ? Authentication as well?
  7. Can you explain clearly what is the use case you want to setup !?
  8. Try to use the "Print When Expression" properties of the reports components to display/hide them regarding conditions ie. parameters values .
  9. You should find a way to pivot your data to get something like : Categorie;Value A;123 B;234 If using SQL , a CASE WHEN will do the Job.
  10. Add "technical_specifications" as root node. Then inside nodes as fields.
  11. If you want to use REST as a datasource : http://community.jaspersoft.com/project/web-service-data-source
  12. You can use this plugin : http://community.jaspersoft.com/project/web-service-data-source If you need to process modification to data just use variables.
  13. Why dont you create a variable and return it. Pay attention : Try to set the calculation type as System in the main report mapped variable.If the variable is received from the subreport in one band, it can be used in the main report in the next band only
  14. Or you can use these components : http://community.jaspersoft.com/project/jaspersoft-etl-plugin
  15. You can find what you need there : http://community.jaspersoft.com/project/web-service-data-source
  16. You should use the java rest client which would make your life easier : https://github.com/Jaspersoft/jrs-rest-java-client
  17. You can find information about visualize.js there : http://community.jaspersoft.com/documentation/tibco-jasperreports-server-visualizejs-guide/v62/api-reference-visualizejs
  18. Has your query just one field? What is your Database? Some of them have some PIVOT features.
  19. Do these user have the ROLE_USER as well? This Role is with defautlt configuration mandatory. As well are you working in multi-tenancy mode ? If yes are you sure you created the ROLE at the good level ie. for the good organization or Root level? Regarding this for which ROLE (Root or Specific Tenant) did you grant access to those folders?
×
×
  • Create New...