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

yaroniva

Members
  • Posts

    9
  • 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 yaroniva

  1. REST API document has one example with simple trigger - I am looking to use the calendar option
  2. I plan to place many reports in the repository and would like to retrieve them using the reasource API. Is there a way to narrow the search based on create date ?
  3. here is a work around - use parantesis with a list of values and use as a string parmeter url?list=(100,1000,101,54) use the following query: select ......... from where list in $P!{list}
  4. Need help how to construct the REST call to pass an integer to a report. - I would like the report to summerize information for all fields that are in a lint of integers - the parmeter is defined as a collection of long - could not figure out from searching and the API documentation how to transfer the list of long numbers to the report. - if I don't try anything with the parameter name , than the report is for the default value expression --> java.util.Arrays.asList(999002,999003) - the paramerter name is sensor_list, anything I try results an internal server error or getting the report with the default collection
  5. We have reports that runs every 1 hour , but produce a non empty reports only once in a while. However , when the DB connection is down , each report run produces an e-mail that is sent to all users with the following message : JasperReports Server encountered an error while generating this report. Please contact your administrator. Any idea how to stop mail sneding to users on DB connection fail ? Thanks
  6. TThanks Freindly User !!!! Iit works .
  7. Have set up an XML data adapter , with a URL of google geocode. I have a simple report that should display an address based on GPS coordinates. I cannot manage to override the URL of the adapter with XML_URL parameter , keeping getting the same address Would appreciate help here - using Jaspersoft Studio 6.2
  8. I see no such installer available for download. Is there a plan to release one?
×
×
  • Create New...