Jump to content
Changes to the Jaspersoft community edition download ×

bessokefashvili

Members
  • Posts

    4
  • 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 bessokefashvili

  1. hi there what if I want to pass this array of objects via Rest. Is there any posible way for rest parameters to take array of objects Thanks a lot
  2. @joseng62 Thank you for the reply, it worked but partially. When I've indicated IndexNumber - it returned only one specific value for example when I've entered: $P{Names} .get(0) it returned only the first value. What I need is a dynamic solution - that will return all the values separately so that I didn't have to write each IndexNumber separately and create multiple textfields.
  3. Greetings, I have Parameter $P{Names} with class: java.util.Collection and It has 2 values: "Name1" and "Name2" I've created Textfield with an expression: "Username: " + $P{Names} What I want to receive in report is: Username: Name1 Username: Name2 What I received is report is: Username: [Name1,Name2] Please help how can I fix this problem? How to separate values passed from collection Parameter?
  4. Greetings, I'm trying to run a report through jaspersoft server, I've uploaded Report template and attached a Webservice Data source with proper URI (request Verb: GET) But when I RUN report it pop's up Following error, Error MessageThere was an error on the server. Try again or contact site administrators. Can you please advice - what can be problem with server? I've tried to use same Webservice DS on Jaspersoft studio and it returned success in result. But on server it popped up Error.
×
×
  • Create New...