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

arunvishvin

Members
  • Posts

    51
  • 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 arunvishvin

  1. For the first question there is no hard and fast rule that you should use subreport. You may or may not use a subreport. This totally depends on you (the designer). For the second question you can refer to any of the samples provided in jasper-source
  2. Hi, I also faced the same problem what i did was, We used to print 16 digit numbers as TxnNo:1234567890123456 and I added the ":" into the report before the field value like this ":"+$F{Field Name} and that solved the problem. You also try to add some character but not space before your field value, it will surely work
  3. check the demosamplessubreport example for your design
  4. Check where have you placed the static text in the subreport???If you have placed in the detail then it will not display mate....
  5. Do you have all the necessary .jar files to run the jasper report.
  6. Use a scriptX to direct your print to a particular printer or there are many ways just go through the forum once you will find lots of posts without using scriptX
  7. Even I tried to simulate your problem it is not calculating when the variable is in the header....there has to be some way to achieve this....if anybody knows how to please post your solution.
  8. please submit your code so that anyone can say what is happening in your code.
  9. You have to download the jasper report project which contains the source code, examples, api's and documents on jasper report.
  10. What factors do you want to control while exporting it to HTML
  11. i am getting a bit confused by the problem but tell me why do you want to set the values of different column to the same temp variable???
  12. if you are viewing the jasperViewer in your webapplication then you can refer the webapp example to embed your jasperviewer to your webapplication.
  13. Hi, I too am trying to do the same using Jasper Assistant but seems it doesn't work....any help from anybody
  14. I am using virtualizer for jasperreports-1.2.4 and i have observered that from the version of jasperreports-1.2.3 they have made the virtualizer to a single/swap file. In my case i am running the jasper in RHL(Linux) the virtualizer files are automatically cleared without any user intervension, but the virtualizer files are not deleted unless another report is generated or the same report is regenerated.
  15. I am using virtualizer for jasperreports-1.2.4 and i have observered that from the version of jasperreports-1.2.3 they have made the virtualizer to a single/swap file. In my case i am running the jasper in RHL(Linux) the virtualizer files are automatically cleared without any user intervension, but the virtualizer files are not deleted unless another report is generated or the same report is regenerated.
  16. please put the coding of your export to pdf.
  17. set the rowcount variable to the number of records then use your select query
  18. While exporting a report just export to only pdf and your user will be able tp see the report only in pdf.... that's it.....so simple isn't it
  19. Hi, Use subreports which will be very useful and ideal in your case.There are huge number of functions using the subreports and you can design it very easily and without any fuss. Report 1(Main Report) Agent Details Agent name: xxxx Address: yyyy Email: zzzz Credit Limit Limit: xxxx Date Authorized: yyyy Include the three subreports in the detail band of the Main Report. Subreport 1 Credit Limit History Limit | Authorized By | Date Authorized xxxx | yyyyy | zzzzz aaaa | bbbbb | ccccc Subreport 2 Commission Amount | Calculation | Rate xxxx | PERCENTAGE | yyy yyyy | FLAT | xxx Subreport 3 Service Charge Amount | Charge xxxx | yyy yyyy | xxx
  20. Is the second part of the report the subreport or the whole code is the second report.
×
×
  • Create New...