0

I have two parameters in report:

  1. week ---> has isForPrompting="true" property
  2. year ---> has isForPrompting="true" property

But when I add a single value input control and run the same report on JasperReports Server, only a pop up window is opening up and not the the single value input control.

Also If I add a single value input control to my other reports, its showing up when I run the reports on JR Server.

I really don't understand why the single value input control is not showing up for the current report when everything is running well on iReport designer?

Alex K
  • 22,315
  • 19
  • 108
  • 236
Siva Raparla
  • 104
  • 5

1 Answers1

0

Most common problem: Your input control doesn't match exactly. The input control ID has to match the parameter. Remember that it's case sensitive.

mdahlman
  • 9,204
  • 4
  • 44
  • 72
  • on ireport the paramete name is week on jasper i selected an input control of prompt text 'week', and Parameter name also as 'week' but still i am getting the same pop up window with no single value input box. Just an empty pop up box. – Siva Raparla Sep 20 '12 at 17:34
  • @mdahlman : Having a similar issue. Were you able to resolve this? – Sharad Mar 15 '13 at 10:00