Jump to content
Changes to the Jaspersoft community edition download ×

sumayya.sultana

Members
  • Posts

    3
  • Joined

  • Last visited

sumayya.sultana's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. can you eloborate how you are giving it.if you give the input controls with the same name you define a parameters with case senstivie then it works
  2. you have to add the input controls as per the name you have given to the parameters ,then it works.
  3. Hi, You have used two parameters $P{StartDate} AND $P{EndDate} but in query you are using WHERE expirydate_ExpirationDate BETWEEN $P{start_date} AND $P{end_date} you have to useWHERE expirydate_ExpirationDate BETWEEN $P{StartDate} AND $P{EndDate} this will work. Let me know if you face any problem
×
×
  • Create New...