Hi
I hope you are talking about a Static Parameter where users will enter values and according to values you get the record set.
You can also add 'ALL' in your default values list and in the record selection you need to modify like :
If {?Parameter} ='ALL' then True
else
{?Parameter} = {Field Name}
This will give you all records when you select 'ALL' as your parameter value.