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

l_urkia

Members
  • Posts

    12
  • Joined

  • Last visited

l_urkia's Achievements

  1. Hi, i want to know if the use of the Scriptlets it´s only to put the return values of the function on the report or it´s possible to get the value returned to a Java program.
  2. That´s not what i´m asking, but anyway thanks for the help! The scenario is that i have done a report in ireport, then i have uploaded to the JasperServer. I have done a web app that gets the JasperServer utilities via web services (Rest API) to show that report (on HTML) in my app. The problem is that i show only one page and then i want to paginate it, but i don´t know how many pages the report have. I have to show more than one different reports,so the page total number it´s not always the same.
  3. Hi all, how can i get the total pages of a report than was on the JasperServer via web services?
  4. I got it! First you have to create an input control on JS whit the sema id that in Ireport. Then you put it on "Controls & resources". Finally you make a get call to the resource and get the parameters from them. Mabey it´s not the best way to do it but works.
  5. I have found what i´m looking for. With the Rest API v2 report service you can do it.http://community.jaspersoft.com/sites/all/libraries/ckeditor/plugins/smiley/images/tounge_smile.gif
  6. Hi, I have created a report with ireport successful, then i create a parameter and putted into the query statement to use it to filter one of the values that i show in that report. In Ireport everything work well.Then i put the report in the JasperServer, create the input control using the same name that the parameter that has been created in ireport. When i executed the report from the JasperServer interface all work. Now, i want to show all in a web app that i´m making. I have successfully show the report in a jsp, but i don´t know what i have to do filter the report with the parameter that the user give me and then show the knew report. Somebody can help me please!!
  7. Maybe the question it´s not clear....What i want is to get the name´s of the parameters that a specific report has from jasperserver or from java somehow. Somebody knows how to do it? Any suggestions will be appreciated
  8. Hi, working with the rest API i found with a litle issue, in some server response when he sends me the date when a resorce was create he use a format that a don´t understand. Can somebody help me to understand the next creationDate format? <creationDate>1401898423000</creationDate> How can i get the date from here?
  9. Hi, i want to know if it´s posibble to get the parameter that a report have without the use of Ireport.
  10. I tried using the rest API like you said, but when a make the post call from the rest V2 export service i´m getting a 403 forbidden error. I have the Jasper Server community version, but a guess that the export service is also usable.
  11. Hi everybody, i recently start working with JasperReports and JasperServer and i want to ask if the is anyway to download the report output that a get with a schedule report the same way that the script js-export does but from Java, without using this script. Thanks!
×
×
  • Create New...