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

ladidadadu

Members
  • Posts

    9
  • Joined

  • Last visited

ladidadadu's Achievements

  1. Hi, I want to send the total number of pages to a subreport. I know how to show it in the mainreport (PAGE_NUMBER on a Textfield the has the Evaluation Time Report). But how I can do this in a expression, so I can send it as parameter to a subreport? It would be very nice to have a seperate variable for this. Maybe in furtur versions...? Greetz
  2. Hi, now it generates the pdf correct. I think it has something to do with the position of the elements and if there swapping one an other. But I'm not 100% sure. If I find a pattern, I report it. And Ilone: There are a lot of. As example: UTF8 Code on standard fonts like Arialmissing Bold/Italic font, also ArialAnd that are only the few I found in 3 or 4 week working with it.
  3. Hi, are there any known problems by export pdf's in the Jaspersoft Studio plug-in for eclipse? I use the latest version (5.5.1.) and I created some reports. In the preview looks all fine, but if I export it to pdf there are sometimes some elements missing. Are there any conditions when the export engine dosn't export correct? Greetz
  4. I think the JR engine dont get it to handle with two subreports on one band. So I make a new subreport that contains one subreport and the elements from the second subreport. Not the best solution, but it work so far.
  5. Update: I put in the main report all from the titel band in the summary band. Now the footer is on the first page, where expected. :) But! Now I have a second empty page. :D Whats going on here?
  6. Hi, I want to make a single page report and the footer is not on the first page (there should it be). First i tell the structure of my report. titel band: subreport with the main titel (static text in the titel band)subreport with some letter header infos (adress..., dynamic, all in the titel band of the subreport)now some dynamic letter stuff (text)and at last, in the page footer, some dynamic stuff about the company (in the summary band of the subreport). As result I have all the stuff from the titel band on page on, and the footer is on page two. There is enought space left after the titel band from the main report. I testet so much, but I cant find a solution where the footer is on page one. Pleace help me. :) Greetz.
  7. Hi, i'm new in Jasper Report (working for 2 weeks with it). And I have the first problems. I want to a list of numbers to a pl/sql function. The typedef of the argument is: "TYPE colNumbers IS TABLE OF NUMBER(5,0)". In a normal SQL query i call my function with "select (Test.argLoN(colNumbers(1,2,3,4,5,6))) as "asd" from dual". This part works fine. I read that JR engine call the toString() method of the parameters. So in ireport (the exclipse plugin version) I create a parameter with type String and give him the "default expression" "1, 2, 3, 4, 5, 6, 7, 8, 9, 10". In the query dialog I call the statement: "select (Test.argLoN(colNumbers($P{val})) as "asd" from dual". If I run the report i get this error msg: "net.sf.jasperreports.engine.JRException: Error executing SQL statement for : Test2" If i understand this right. "select (Test.argLoN(colNumbers($P{val})) as "asd" from dual" with val = "1,2,3,4,5" should create "select (Test.argLoN(colNumbers(1,2,3,4,5))) as "asd" from dual". Or I missunderstand it. Whatever. Please help me! :)
×
×
  • Create New...