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

das.sujit1

Members
  • Posts

    5
  • 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 das.sujit1

  1. I have a query like this 

    SELECT * FROM CATEGORY  CAT WHERE   CAT.CAT_CAT_NO  =$P{employerRefNumber} 

    Now I want to pass in cluse in where condition like

    SELECT * FROM CATEGORY  CAT WHERE   CAT.CAT_CAT_NO  in ($P{employerRefNumber} )

    value of employerRefNumber should be 'C001','C002' like this.

    Kindly guide me proper sysntex of this query in jasper report

     

     

×
×
  • Create New...