Jump to content
Changes to the Jaspersoft community edition download ×

javaiiispl

Members
  • Posts

    7
  • 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 javaiiispl

  1. I am new ireport.. can anyone help me how to pass date value from java to ireport(jasper).....
  2. can anyone help me how to pass date value from java to ireport(jasper).....
  3. I got solution for above issue. Just pass the query as SELECT * FROM admin WHERE ((age=$P{age} or $P{age} is null) and (tnumber=$P{tno} or $P{tno} is null)) This will show necessary output.
  4. Hi i am using IReport/Jasper Reports and the query for my situation is SELECT * FROM admin WHERE age=$P{age} and tnumber=$P{tno} Now i am getting input for both fields ie age and tnumber from user.In this case three possible condition occurscond1:- user may enter both age and tumber fieldscond2:- user may enter only agecond3:- user may enter only tnumber Above query is executed only if user enters both values, if user enters value for a single field it shows document has no pages. i want to satisfy all my condition(cond1,2,3) in a single query, Please help me by suggesting necessary query for above condition.. Thanks in advance..
  5. Hi i am using IReport/Jasper Reports and the query for my situation is SELECT * FROM admin WHERE age=$P{age} and tnumber=$P{tno} Now i am getting input for both fields ie age and tnumber from user.In this case three possible condition occurscond1:- user may enter both age and tumber fieldscond2:- user may enter only agecond3:- user may enter only tnumber Above query is executed only if user enters both values, if user enters value for a single field it shows document has no pages. i want to satisfy all my condition(cond1,2,3) in a single query, Please help me by suggesting necessary query for above condition.. Thanks in advance..
  6. Me too have same problem. I dont know how to use optional parameter, please help me.. Thanks in advance..
×
×
  • Create New...