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

etech2013

Members
  • Posts

    2
  • 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 etech2013

  1. Hello Irewell,

    "When I run the report I get this error.

            at java.lang.Thread.run(Thread.java:595)
    net.sf.jasperreports.engine.JRRuntimeException: Invalid type + java.lang.String
    for parameter A used in an IN clause; the value must be an array or a col
    lection."
    It caused by Multiple options, so if you used the Single option with the syntax: "where $X{IN,table.value,AA}", it was wrong. Maybe you should try to use  like this:
    where $P{Parameter} = '#string' 
    Hope It's helpful

     

×
×
  • Create New...