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

selvalakshmij

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

Everything posted by selvalakshmij

  1. My report has two columns. I would like to format the report structure as move the summary band to 2nd column. So that my 1st column should have column header and detail1 band and column two has summary band alone. Is it possible? if so please guide me the way
  2. I have a below query, but i am getting error as "Parameter 1 does not exist" When using substring inside IN Clause. select t1.grn,t1.i_rep_no,t1.po_no,t1.inv_no,t1.cdate,t1.supplier,t2.slno,t2.item_desc,t2.qty,t2.insp_date,t2.accepted_qty,t2.rejected_qty,t3.parameters,t3.specifications,t3.actual1,t3.actual2,t3.actual3,t3.actual4,t3.actual5from qc_master t1join qc_item_list t2 on t1.i_rep_no = t2.i_rep_nojoin qc_insp t3 on t2.i_rep_no = t3.i_rep_noand t1.grn not in ('test')and $X{IN, substr(t1.i_rep_no,1,1), type}and cdate between $P{fromdt} and $P{todt}and t2.rejected_qty not in ('dummy')order by t1.i_rep_no,t2.slno where type will be list of string, which will be given during run time .java.util.Collection
×
×
  • Create New...