Hi All, I'm still fairly new to iReports and am running into a problem. I have a sales report that needs to have an option to select sales from a certain store. in the sql i have 'Store = $P{type}' where $P{type} can be either 1 or 2 or 3 depending on which store we need the report from. my problem is i can't figure out how to create a input control to have either a drop down or a radio select to have 1, 2 or 3 to select from, i have the parameter as a string, with a default of 1, when i run the report is just shows 1 as the only option, i'm at my wits end trying to figure this out. Any help would be much apreciated. Thanks Oliver