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

ernestoo

Members
  • Posts

    488
  • 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 ernestoo

  1. I made a little video you can see how to "share" a dataset between N tables: http://screencast.com/t/hBsiEjV29dYS regarding pagination, please ask a new question (or do a new search)
  2. You can "share" a dataset between different tables, have you tried this already? And for putting table on separate page, you can use the page-break element and disable pagination
  3. Does the reportParam Audit parameter not give you what you're looking for? http://community.jaspersoft.com/wiki/what-audited-audit-features-jasperreports-server#Run_Report
  4. Java 8 is supported on Jaspersoft 6.1 and above. It seems you have a different error, you might check this post http://community.jaspersoft.com/questions/844795/jasper-server-webapp-dont-start
  5. Your approach should have worked fine..Are you using the same datasource for main and sub?
  6. Hey everyone, I thought I would point you to a new extension that allows you to more easily make reports from REST/JSON including authentication, parameters, headers and much more. You can find it here: http://community.jaspersoft.com/project/web-service-data-source
  7. Oh that's cool! Nice demo, thank you hozawa! I guess you disabled caching? Also, I guess the schema is fixed or it will find the schema for you? Thanks for sharing!
  8. I've not seen that behaviour, if you can write some steps to reproduce it then please add a new bug to the Tracker (http://community.jaspersoft.com/bug-tracker) and someone can look at it
  9. Sure that should work - keep in mind that step 3 will happen automatically for you. Really everything in Studio is forwards compatible - shouldn't be a problem
  10. Did you enable functions in jasperreports.properties? com.jaspersoft.jasperreports.highcharts.function.properties.allowed=true http://community.jaspersoft.com/wiki/functions-can-be-used-format-html5-datalabels-and-tooltips
  11. Ultimately your problem is one of alignment...your fields are not on top of each other so the tool is confused as to what to do! the issue is explained well in the FAQ, here's an updated link: http://community.jaspersoft.com/wiki/making-html-xls-or-csv-friendly-reports Another trick you might appreciate, for example, when you export to CSV you probably dont want the "Page 1 of 1" stuff showing, you can read this article: http://community.jaspersoft.com/wiki/example-suppressing-headers-main-and-sub-report-elements-when-exporting-xls Hope that helps
  12. It hasn't changed since 4.0, you can find it in the 5.6 release on this page: http://community.jaspersoft.com/project/jasperreports-server/releases#project_releases-old-3
  13. Looks like process changed since the Spring upgrade...why not do &j_username= &j_password= in your URL, effectively making it anonymous? Or maybe using Token based authentication? Someone here says they got it to work in 6.0.1: http://community.jaspersoft.com/questions/847771/anonymous-access-jasperserver-601
  14. Yes, this is possible. Under Preferences -> Jaspersoft Studio -> Version -> Set it to version 5.6
  15. Version 1.5

    342 downloads

    Additional Resources: Installing the Webservice DatasourceWebservice Datasource DocumentationWebservice Datasource TroubleshootingThe Web Service Data Source is an extension to Jaspersoft (Studio, Server, Library) that provides ways to create pixel perfect reports and ad hoc topics from REST web services that return either JSON or XML responses, allowing a full breath of the product facilities; allowing design in JSS, publishing to the server with query driven input-controls. Supports no authentication, basic authentication and Google authentication. This is extensible. Supports headers, custom headers and parametrized headers.Supports GET, POST and a special conversational style connection for Elastic SearchSupports JSON or XML responses and allows traversing complex documents using dot syntax.Full support for sub-reports, sub-datasets, parametrization and much more.Create Query driven Input Controls in JasperReports Server, using your webservice as datasource.IMPORTANT: this software comes "as is" and is not officially supported by Jaspersoft. NOTE: The report shown in the demo below can be recreated using built-in support for JSON data adapters that exists in the JasperReports Library and Jaspersoft Studio, without the need for the optional Web Service Data Source extension. This is explained in this article. Building your First Report with the Web Service Datasource
  16. Unfortunately only PDF & HTML exports work for Flash charts/maps This is noted in doc: http://community.jaspersoft.com/documentation/jasperreports-server-user-guide/running-flash-chart
  17. Changed Resolution from Open to Unable to Reproduce
  18. You'll just have to manually write the SQL, something like: WHERE CONVERT_TZ(FROM_UNIXTIME(a.date / 1000),'UTC',TimeZone) BETWEEN $P{StartDate} AND $P{EndDate}[/code]
  19. Perhaps you missed that the JDBC connection screen also allows you to select a time zone?
  20. I guess you'll need two identical domains if you don't want rules to apply to input controls - no way to turn them off from the query. Or you could use directly SQL if it's easier
  21. Just so you know in the upcoming release we have upgraded Groovy to 2.4.3
×
×
  • Create New...