Questions tagged [jasperserver]

JasperReports Server (formerly known as JasperServer) is a stand-alone and embeddable reporting server. Make sure your question also have the jasper-reports tag and add this tag only if the question is specifically related to JasperReports server (configuration, interface development, deployment etc. of server)

JasperReports Server is a stand-alone and embeddable reporting server, enabling information delivery on a real-time or scheduled basis to the web, a printer, or to a variety of file formats.

Build a report in Jaspersoft Studio (or the older design tool iReport) and then deploy it to a JasperReports Server.

The report can then be executed, exported to a desired output, or scheduled to execute at a later date.

Some of the features provided by JasperReports Server:

  • Reports Management - Create, schedule, update reports through a web-interface
  • OLAP - jPivot base OLAP View. It supports Mondrian database.
  • Ad Hoc Reports - Generate your own report from OLAP Connection or Domains in run-time (available in commercial version only)
  • User and Role Management which grants access to resources based on roles
  • Multi-tenancy and Cloud Support
  • JasperETL - An ETL solution based on Talend

There are several editions of JasperReports Server - Community and several Commercial.

The features of Commercial Editions are:

  1. Ad hoc Reporting

    • Web-based, drag-and-drop report designer creates interactive reports for dashboards, email distribution, or within a web application
    • Metadata layer masks complex data descriptions with simplified business user-friendly names
    • Web-based reports provide rich, interactive reports with drill down, filtering, animated charting, and more
  2. Dashboards

    • Web-based, drag-and-drop dashboard designer
    • Single report and dashboard-level parameters drive user interaction
    • Free-form layout designer for customized dashboard design

Editions

Source code

Samples

References

Official Bug Tracker

1103 questions
0
votes
1 answer

Customize and Rebrand JasperReports Server 5.0

I want to customize the look and feel of JasperReports Server. I am using JR Server 5.0. I would want to change the logo, title and color of the jasperserver. I tried searching for documentation on how to achieve the same. But could not find…
Rashmi Nagaraja
  • 801
  • 11
  • 20
0
votes
1 answer

How to identify the version of MS-Word on client machine to export report to Word document

I have developed a report using JasperReports (iReport tool), which needs to be exported to MS-Word document. I have Word-2007 on my machine and it is working fine with .docx extension (hardcoded). However if any machine has MS-Word 1997-2003…
JavaYouth
  • 1,536
  • 7
  • 21
  • 39
0
votes
1 answer

Page Loading issue in a report on JasperReports Server

I deployed a report to JasperReports Server. When the report runs, the result grid is displayed in the background but the page is in loading process due to which the report cannot be exported. If page loading is canceled then export option becomes…
sm hz
  • 51
  • 1
  • 2
  • 9
0
votes
0 answers

Delete folder of JasperReports Server Repository

I want to delete one of the folder of JasperReports Server repository. I am using repository.deleteFolder(string URI) API of JR Server. But while deleting the folder I am getting "Access denied" though I have given Admin right to that folder by…
Programmer
  • 713
  • 1
  • 8
  • 23
0
votes
1 answer

How do I set the language of Input Control?

Here is my Input Control: Note that the Info in the "Course Group" (Single Select Query) is in English Here is the Query that gets the data in "Course Group" select distinct(cog.cog_id) id, concat(cd.cd_shortdescription, ' (', cn.cn_shortname,' -…
Andre
  • 661
  • 7
  • 14
  • 29
0
votes
2 answers

Jaspersoft Server pro : How to create a report online from a domain without selecting an Ad Hoc View?

I'm downloading JasperReports Server pro 5, install it. Everything's ok. First, I create a datasource, the link is ok. Then I create a domain. And finally I want to create a report from scratch but the only thing I can do is selecting an Ad Hoc. I…
0
votes
2 answers

Python Basic Authentication. get a Cookie

I am making a little script for communicate with a Jasper Report Server, but now I need to read it in Python. This a fragment of the my Ruby Script: def get_uuid_and_cookie body = "" cookie = "" puts "FULL URL:…
Luiz Carvalho
  • 1,549
  • 1
  • 23
  • 46
0
votes
1 answer

Displaying JR report on web

I need to display jasperreport in my webApp, I'm using rest api to get report result (v2_rest) as HTML. I'm able to do this via IFRAME just pointing iframe src to rest URL. I want to find a solution without iframe. I tried to get report result as…
E_Gurin
  • 21
  • 6
0
votes
2 answers

How many server for my BI project (DW and application)?

I'm currently doing my last year internship. My project is to develop a full BI project for a company. I'll need to take data from several places (flat files, DB, ...) put it in a DW (that I'll create) and make ad-hoc report. I'll certainly use…
joris
  • 435
  • 1
  • 7
  • 18
0
votes
1 answer

Rename dash in JasperServer List Filter control to something meaningful

The list filter control in JasperServer shows "---" as the default options. What's the procedure to rename it to something meaningful, such as "ALL"? It doesn't seem to be in jasperserver_message.properties. Is there any other location, where we…
Gopal
  • 1,372
  • 2
  • 16
  • 32
0
votes
2 answers

concatenate without losing thousands separator

I have a report that brings total sales and total probability sale. The request was that this be shown in one table as "R"{totalamount}" (R"{totprobamount")". So i added this together in a variable with the variable expression being "R" + $F{Totalt}…
0
votes
1 answer

Embedding jasper server 5 into my existing web application

I need to use JasperReports Server 5.0 commercial into a JSP web application. I need my web app frame (outer frame, menus) and embed JasperReports Server as iFrame in HTML. I can bypass the login of JasperReports Server via Single Sign On. I wonder…
Sads
  • 557
  • 6
  • 20
0
votes
1 answer

Real time alert for JasperServer

I am having two input for dates as below & want to set alert for that Alert:- If difference between StartDate & EndDate is more than 6 months,it must generate alert / prompt panel showing text "Month Period exceed than 6", & report should not…
Sagar Nikam
  • 1,708
  • 3
  • 22
  • 35
0
votes
1 answer

jasperserver database gaurd

I know about Guard Gem which can keep listening to changes to a file and trigger a script based on the change (though i have never used it). . But right now that is not exactly what i need . .I need a similar tool to keep listening to the changes in…
Anoop
  • 5,540
  • 7
  • 35
  • 52
0
votes
1 answer

Error with jdbc mysql connections with jasper server

I am using jasper server CP 5.0.0. I have configured the data source properties like this Set Data Source Type and Properties Driver (required):com.mysql.jdbc.Driver URL (required):jdbc:mysql://localhost:3306/jasperserver The connection is failed…
syncdm2012
  • 445
  • 2
  • 10
  • 22