First, in the parameter screen, go to set default values and enter "All" with no quotes as one of the parameter options. Use the toggle key to make this the topmost selection in the list to the right. Then go to edit selection formula->record and enter:
if {?parm} <> "All" then
{table.field} = {?parm} else
if {?parm} = "All" then true
If a user makes no selection, the default "All" will result in all records being returned.
This is a standard record selection formula that should work, so we need to know more about what you are doing. First, please post the actual formula you used. Also explain what records were returned when you entered no parameter, and whether the correct records wer returned when you chose one or more other parameter options.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.