I'm a newbye in Birt and I'd like to develop a report that accepts a "multiple and dynamic range parameter". Here you are an example to explain better the problem:
Dataset:
table: Customer
columns: idCustomer, name
I'd like that user will be able to insert multiple range of idCustomer to retrieve names.
Ex: user may want customers for id between 205 and 300 and for id between 501 and 670 and for id between 800 and 920...
I usually do the same thing on BO Crystal Report setting "Allow multivalue" and "Allow range values" to the input parameter. Does exists something similar on Birt ?
I upload an image here: http://i.stack.imgur.com/uvz7F.jpg .It's a BO screenshot for input parameter with "Allow multivalue" and "Allow range values".
Thanks
GG