Jump to content
JasperReports Library 7.0 is now available ×

shatad0101

Members
  • Posts

    33
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by shatad0101

  1. I have defined two parameter name system_name1,system_name2 as value expression text

    and default value for system_name1 is xyz and for system_name2 is abc

     

    where system_name in ($P!{system1},$P{system2!})

     

    error-

    sourcefile inline evaluation of : ''xyz:" illegal use of undefined variable class,or void literal

  2. iancr01
    Wrote:

    You can also use:

    select ... where $X{IN, colname, parameter name}

    "parameter name" is a parameter of type Collection or array.

     

     

    Hi,

     

    Today I was trying to  use parameter in where clause

    such as--

     

    select emp_salary,last_name

    from employees

    where emp_id in ($p{id1},$p{id2})

     

    but i m getting error so how to

    figure out this problem plz help me

     

    Is it possible to do such a thing with iReport and JasperReport ?

  3.    Hi,

     

     

    I am sharad and i m new in ireport and currently i am using ireport 4.0.0 version

    and i am getting some error

    Code:
    Today I was trying to  use parameter in where clausesuch as-- select emp_salary,last_namefrom employeeswhere emp_id in ($p{id1},$p{id2}) but i m getting error so how tofigure out this problem plz help me Is it possible to do such a thing with iReport and JasperReport ?
  4. fchalmeau
    Wrote:

      Hi,

     

    Today I was trying to  use parameter in where clause

    such as--

     

    select emp_salary,last_name

    from employees

    where emp_id in ($p{id1},$p{id2})

     

    but i m getting error so how to

    figure out this problem plz help me

     

    Is it possible to do such a thing with iReport and JasperReport ?

     

×
×
  • Create New...