vote up 0 vote down star

I am trying to develop a report in SQL Server Reporting Services using parameters.

I have no problem creating the parameters and running the reports, but I always have to select an item from each of the parameters to make it run. Can I have the option to leave one of the parameters blank and still have the report run? Right now when I hit 'view report', I always get the error that I must make a selection to continue.

flag
Glad to be of help – OMG Ponies Oct 14 at 19:32

1 Answer

vote up 3 vote down check

Check off the Allow blank value checkbox for the parameter(s) you want to allow a blank value for.

  1. Right click anywhere outside the report on the Layout tab
  2. Select Report Parameters
  3. Select the parameter you want to allow blank values for
  4. Check off the Allow blank value checkbox

Repeat as needed for each parameter.

link|flag
I have tried this with no luck. I have also tried 'allow null value' and every combination of both. – Hunter Oct 14 at 17:32
How are you testing? If from the server, are you sure you're deploying before testing? – OMG Ponies Oct 14 at 17:36
I have not deployed the report. I am using the preview tab to test the report. – Hunter Oct 14 at 17:38
I'm testing in SSRS 2005 - the behaviour works as expected for me in the Preview tab. If a parameter has "allow blank" checked off, I don't get prompted if I left it blank and vice versa. – OMG Ponies Oct 14 at 17:51
1  
Yes, the default value has to exist in the drop down list of values. – OMG Ponies Oct 14 at 19:09
show 7 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.