I am trying to create a parameter which should be a dropdownlist. I need to let the use choose from 3 different values.

Is this possible? Or will I have to code one myself in Java? If so, how can this be done?

I'm using iReport Designer 4.0.2.

Thanks!

link|improve this question

If I am not mistaken you are referring to cell-validation-> list (drop-down) in excel sheets right. – Naveen Babu Sep 22 '11 at 8:36
Well, I am trying to create an input control or something like that (On jasperServer). I found where I can create it, but I can't find how I can dynamically fill the list. I can only enter them by hand. Perhaps this is a stupid question, but I'm new to Jaspersoft. Just started to expirement a bit. – Tjekkles Sep 22 '11 at 8:43
@Tjekkles, do you want your dropdownlist to appear in JasperServer or in iReport? Implementing an input control is slightly different depending on which. – GenericJon Sep 22 '11 at 9:04
I'd prefer on the jasperServer (Because when you implement it it will also be on a server, so it will be the same as on the jasperServer?) – Tjekkles Sep 22 '11 at 9:09
feedback

1 Answer

up vote 1 down vote accepted

Yes, you can do it with JasperServer. This articles should help you:

Cascade Parameter Reports in IReport & Jasper Server
JasperServer Guide
Adding Report Units from JRXML Files

link|improve this answer
Thanks, I followed your tutorial (not cascade but just one field). It works locally, but when I run it on the server, I can choose between some checkboxes or so, but when I check one (or all) it just always gives the same result... 53 blanc pages. Any idea why that could be? – Tjekkles Sep 22 '11 at 10:02
I think this is query bug or filter does not effect report – Alex K Sep 22 '11 at 10:06
Ok thanks, so i guess I can't do anything about it then. – Tjekkles Sep 22 '11 at 10:50
You can read JasperServer Guide. Chapter 4.3.3 Adding input controls – Alex K Sep 22 '11 at 10:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.