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

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

Posts posted by bessokefashvili

  1.  

    @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.

     

     

  2. 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?

  3. 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 Message

    There 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...