I have a report where I want to give the report user the option of entering a phone number as a filter if they want to pull data only for a particular phone number or pull the report without entering a phone number as a parameter, thus disregarding
the use of the filter. I have parameter for the phone number that shows as a text box where the report user can enter the number then click to run the report. A filter on the data set that uses the phone number parameter as the
value. It works fine when I enter a phone number (it returns the row associated with the phone number entered. However when I do not enter a phone number, no rows are returned. How can I get all rows to be retuned when
I do not enter a value for the parameter?
M Collier