Hi,
I installed Jasperserver in my PC using the Bitnami installer. It automatically installed MySql along with Jasperserver. Now I am lost on how to proceed in getting my data in and start generating reports. Is there any good documentation(I do not want to buy their paid documentation) available on the web?
Thanks...
...
Can we access Database of Jasper server through its api?
And do that allow us to make run time report?
IF so how can we do that?
Kind regards
Sundhas
...
Is it possible to pass a variable from php to a report in JasperServer? For example, in my php application I keep the department_id stored in a session variable. I would like to pass the department_id over to my reports running on JasperServer and display the information appropriate for that department. in the iReport I have a query l...
I'm using Web Services to run some reports created in iReport on JasperServer. Inside the .jrxml file I can see the xml that holds the SQL for the report. Is it possible to pass this querystring over to JasperServer via Web Services, instead of hard coding the definition inside the .jrxml file. This is the string I would build in PHP...
Hi All,
I have a dimension with parent child hierarchy as shown in code block. The issue i am facing is if i have a filter on parent child dimension then drill through table does not show filtered data instead it shows all the data for that dimension. Here is an example.
<Dimension type="StandardDimension" name="page_type_d" caption="P...
I just installed Windows version of JasperServe and in the script it automatically created two databases (sugarcrm and foodmart) everything works fine. Now I would like to add my own database schema with existing tables and data. I tried to find example how to add existing database but had no luck so far. Is there any examples or tutoria...
hi there,
here we are talking about three main products:
JasperReports: which is just a library to generate reports and fill it
iReport: which is GUI tool to develop templates used by the above library
JasperServer: which is full application with web interface for managing reports with users permissions and other features,
documentatio...
I posted this on the JasperServer forums, but I've had better luck on StackOverflow generally. Please help if you can.
My biggest single gripe about JasperServer is that it flat out behaves differently than JasperReport (specifically, jasperreports developed in iReport).
The problem I'm seeing now is that dates are displayed as one day...
Hello Gurus!!!
trying to install jasperserver ce on ubuntu 10.04.When editing the source_mysql_master.properties there is the appServerDir properties and i'm a bit confused on the one to use. i have
catalina_base: /var/lib/tomcat6 and catalina_home: /usr/share/tomcat6 i'm just confused about the one to use.can anyone shed some light?...
I currently have the free version of JasperServer installed and running. I have several reports running regularly but i'm wondering if it's possible to send multiple reports to one (or many) email address(es). Currently, every report must be in it's own email regardless of whether that email is sent to one or more people.
Please let me ...
Can someone provide me any examples on deploying a report unit to JasperServer using it's SOAP Services?
Thanks in advance!
...
I am creating a jasper report using some database connection.i have added a new field to the report. That field does not exist in the database column. i have put that column in the report and assigning the value to this field using the expression.
it compiles fine but when i fill the report using the database, it gives me the error:
...
According to the JasperServer Admin Guide,the prepend path option works as follows.
"Import the myDir catalog folder, prepending /importDir to all repository URIs:
js-import --input-dir myDir --prepend-path /importDir
For example, the folder /reports in the export catalog is imported to /importDir/reports.
"
But in my case .when I i...
Can someone provide me a working example which gets reports from jasperserver using it's SOAP API.
Actually I know how to run it to a file.... but I need to get report data directly.
Thanks in advance!
...
I have attempted to use a table in iReport to display data. Unfortunately, I ran into issues with it and was unable to use tables. From what I have read online from other resources, it seems that JasperServer does not support the tables used the current version of iReport (3.7.5).
If this is true, why are tables not compatible? Or a...