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

KGZ

Members
  • Posts

    23
  • 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 KGZ

  1. Is it possible to use another input control as a parameter of oracle function? Is the $P can be used as parameter of a function where $P is a collection Thank you
  2. Hi fanny, Do you have this problem in both iReport and Jasperserver ? did u try to up Xms & Xmx ? Can you attach your jrxml ? KGZ
  3. Hi Ben, I can't open your jrxml in iReport but, I had a look to the xml and it seems you have the same problem we had. I noticed that you use page header band with a hight = 413. Page header is repeated in each page. I think your are using dynamic elements within it. Your band stretch with your data and when it won't find enough place it will try to go to next page which must contain the page header band !! I think this is the reason of the loop. In plus you have a summary band with a hight = 492 and the property isSummaryWithPageHeaderAndFooter="true" I hope this will help you. KGZ
  4. Hi, We had a similar problem and we found the reason. Can you post the JRXML please to check if it's the same. KGZ
  5. What about "Evaluation time" of fields "X" and "Y" ?
  6. Hi, Did you check "reset page number" property of your group ? KGZ
  7. Hi elDraco, If you put the signature with some elements in the same band, you can use "split type" property of the band with the value "prevent". But I don't think it's possible between the signature and a part of an element such a table row. KGZ
  8. I have exactly the same problem and I am using rest_V2. The report works fine but images not visible. When I look with firebug, image url refers to a rest resource in jasperserver, but this resource doesn't work even when I try from jasperserver !! KGZ
  9. Hi, This behavior can occur to prevent an infinite loop. Can you give more details about break page position in the report band ? KGZ
  10. Hi,I wanted to do the same thing, but I don't think it's possible. If you find out a solution, please post it.
  11. You can use web services to access the reports and display them in your web application. There is a folder "java-webapp-sample" in jasperserver installation directory. I hope this helps KGZ
  12. Hi, It depends on what you want to do. Where will you display your dashboard ? Notice that a dashboard is simply several reports in one screen. KGZ
  13. Hi, First attempt is intersting, can you give more details about the parameters you used to display details in each subreport ? KGZ
  14. Hi, You need Jaspersoft OLAP-Workbench to create it. KGZ
  15. /sites/default/files/files/report2.zip Here is a simple example where I used the same variables and it works. Please let me know if it's similar to your report. KGZ
  16. Can you check if "test_var" is before "test_var_calc" in your Report Inspector ? order is important as the second variable use the first one.
  17. Hi Stephen, When you put your variables in the Detail band, did you try to change "Evaluation time" propterty ? KGZ
  18. Hi, one solution is to use two superimposed fields, one with text and the other with hyperlink, then use your "print when" expression to display one of them. I hope this will help. KGZ
  19. Hi bz3x, You can use the variable REPORT_COUNT in the "print when" expression like this : !$V{REPORT_COUNT}==0 KGZ
×
×
  • Create New...