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

fcerbell

Members
  • Posts

    72
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by fcerbell

  1. Do you mean using JasperReports Server or JasperReports Library ?
  2. Hi, I think that scriptlets are not the only part of JSS that need a JDK. For emample, the chart Themes are also .JAR files. If you want to create custom datasources or custom query executers, you'll need a JDK too. If you want to install eclipse plugins and add-ons, they might need a JDK too. To be honest, when I install any application which is Eclipse RCP based, as Eclipse is a development studio, I always use a JDK. Why would you like to install JSS without a JDK ? Regards François
  3. Hi, Currently, the driver used to connect to MySQL databases embedded in the distribution is MariaDB driver. This driver is used for MySQL as a datasource and for MySQL as repository DB. You can use MariaDB as a datasource. If you want to use MariaDB as a repository, it is not supported by the support team, but it does not mean that it does not work. If MariaDB is compatible enough with MySQL, if one of MariaDB's storage engine is compatible enough with MySQL's InnoDB, and if there is not new keyword in MariaDB which would conflict with functions used in JasperReports Server, it might work. If Oracle is an issue, you can also use PostgreSQL to store your repository. PostgreSQL is officially supported and certified both for the commercial and the community editions. Regards
  4. Hi, Dashboards are only available in JasperReports Server Commercial edition. In the community edition, you can only create reports and publish them in the server. So, you can create reportts looking like widgets, with a single KPI and its presentation. Then, you can use Jaspersoft Studio to put them together in a "master" report, as sub-reports. In Jaspersoft Studio, you can pass parameters from the master report to the subreports and you can also get values back from the subreport to the master report. Could you give more details about what you want to achieve, if you want to have a better answer. Regards
  5. Hi, Create a variable, with a "sum" increment function, with datatype Integer. Then, enter "0" as initialization value, choose the right reset and increment triggers and use the following expression as a variable expression : $F{Volumetric}.equals("VO")?1:0 And tell us if it works. Regards François
  6. You can use a concatenated field as the ID returned by the input control. Then your report will have this contanetaion in a StartEndPay parameter. You can then define a Start parameter, initialized with an expression extracting the start date from the StartEndPay parameter (parameters are evaluated following the definition order).. You can do the same for each field.
  7. When you are using JasperSoft Studio, you dont have to use credentials to open the studio, so, there is no actually loggedin user. There is a logged in user when you are working with the server, either as a user, in the web UI or as a developper from JSS, with the repository plugin. So, there can not be a loggedin user when JSS executes a report in its preview tab. You can add a String parameter to your report, named exactly LoggedInUsername and this parameter will be automatically populated by JasperReports Server when the user will execute it from the server from the web UI.. If you publish the report to the server and ask (from JSS) the server to execute it, the server will receive this inquiry from an authenticated connection (JSS repository plugin needs credentials), it will populate the parameter with the username configured in the JSS repository plugin.
×
×
  • Create New...