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

shatad0101

Members
  • Posts

    33
  • 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 shatad0101

  1. Thanx Augart now problem is solved , i was mistaking in default value of parameter . i was giving only xyz and after ur reply i gave "xyz " now its working. once again thanx for help
  2. sorry name of parameter are system1,system2 but i am doing same thing as u said-- select ............. where system_name in ($P!{system1},$P!{system2}) and......... group by .............. i found another link for this http://jasperreports.sourceforge.net/sample.reference/query/index.html here method is different
  3. 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
  4. Thanx Augarte for reply, i have tried this but still i m not getting solution Post Edited by shatad0101 at 06/23/2011 07:40
  5. 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 ?
  6. 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 ?
  7. 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...