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

maxpog23

Members
  • Posts

    15
  • 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 maxpog23

  1. Hello, I would like to pass the query of my report as a parameter since I need my report to work on both SQLSERVER and Oracle. I used a parameter $p{QUERY} in which i put my query and then I put this parameter as my report query. I don't know why but it doesn't work, error message : Incorrect syntax near '?'. Does anyone already tried to do something like it?
  2. Ok I finally manage to use an inputStream to have a transparent background. thanks C-Box
  3. Hello, I create the stream using ImageIO class, I pass it to my report as a parameter and then in my report I use java.io.InputStream to renderer the picture. I get nothing. What do I do wrong? Code:ImageIO.createImageInputStream(image)
  4. Hello, I have the same problem, maybe you resolved it since ...
  5. Hi everyone, I have a report with a query and a subdataset where the query is build with the result of the first query. My problem is that it does not work with a SQJSERVER 2000 database though it works with a SQLSERVER 2005 database.(JRException Error executing SQL statement for : ...) I also tried to execute the query on the SQLSERVER 2000 db and it works. Does anyone already had the same problem?
  6. Hi Everyone, I have a report with a query and a subdataset depending on what returns the first query. My problem is that it does not work with a database SQLSERVER 2000 but it works with a db SQLSERVER 2005. (JRException: Error executing SQL statement for : ...) I tried to execute the query and it works for both database type. Does anyone already had the same problem?
  7. My crosstab uses a subdataset, how can I know that there is no data in the subdataset?
  8. I have a crosstab in the footer of a group; when there is data for the group, the crosstab displays correctly but when there's no data, I have two borders (right and bottom) though I have no border in my crosstab! Is that normal? Is there a way to not display the crosstab if it's empty? Thanks.
  9. That's right, I got the latest version and it works. Thanks.
  10. but there is only one summary section per report. I want a crossatb on each page.
  11. I have a group that starts a new page when the value of the column 0 changes and I want to have a crosstab that shows the data corresponding to the column 0 on each page. Here's an example because I don't find myself really clear : the data: Code:the report: first page (a1): Code:second page (b1): Code: Post edited by: maxpog23, at: 2007/07/15 22:38 Post edited by: maxpog23, at: 2007/07/15 22:39
  12. I don't have a main report query, I use a JRTableModelDataSource() to fill the report (from my Java code).
  13. Hello, I'm trying to display a crosstab in the detail band of my report but I got this error message: error incrementing crosstab dataset (I use a group and I start a new page when it changes) I also tried to use a subdataset but I don't know how it works: How can I pass the report data to the subdataset? Does anyone can help me? PLEASE
  14. Hi everyone, I'm trying to use a crosstab in my report, but i keep getting this error when i compile it: org.xml.sax.SAXParseException: Element type "crosstabHeaderCell" must be declared. Does anyone know why?
×
×
  • Create New...