Jump to content
Changes to the Jaspersoft community edition download ×

sfriedman

Members
  • Posts

    16
  • 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 sfriedman

  1. Ernestoo's solution works for me in v5.6.1. Thanks
  2. Consider using a report virtualizer. See here: http://jasperreports.sourceforge.net/sample.reference/virtualizer/ http://community.jaspersoft.com/wiki/comparison-report-virtualizers
  3. JasperReports Server has a scheduling feature that automatically exports to PDF. If you redesign the report to use parameters instead of grouping then this could be an easy configuration via a Scheduled Job.
  4. The subreport element has a property to pass in parameters values from the parent report to the subreport. Those values can be any legal expression like a field, variable or parent report parameter.
  5. What you are describing sounds straightforward with techniques like $P{} SQL injection in the WHERE clause, Print When Expressions on subreports or creative use of grouping. But, you will need to provide more info if how want prescriptive assistance. Thanks
  6. If you use Grouping in the report and get this block of text in its own group then you can prevent the text block from starting to print on the bottom of the page.
  7. The details band is processed for every row in your results. Your summary table needs to be moved to the Summary band.
  8. Use $P!{param}. The exclam makes the value an unquoted string.
  9. You can next IF functions. Here is a sample with the Foodmart sample data.
  10. If you use Grouping in the report and get this block of text in its own group then you can prevent the text block from starting to print on the bottom of the page.
  11. You can do this with a bar chart or even a Text Field element. Make the element the max width desired. And, fill it with an expression that uses the results of the final value of the REPORT_COUNT variable.
  12. Hi Jeff and Everybody, This question came up again today. I am curious if you have come across this. Thanks, Sam
  13. Your question is not clear. It sounds like you are unsure how to create Input Controls on JasperReports Server. Input Controls is how the server solicits parameter values from the user. Is that what you mean?
  14. Here is a sample report that prompts the user to choose which field/column to use for sorting and grouping. It is built on Jaspersoft v4.5 using the sample foodmart database.
  15. Here is a sample report that prompts the user to choose which field/column to use for sorting and grouping. It is built on Jaspersoft v4.5 using the sample foodmart database. I reattached the sample, re-tested on version 5.5. Post Edited by sfriedman at 12/15/2011 22:35
×
×
  • Create New...