December 30, 2008 at 4:56 am
Hi
I have a doubt in SSRS.I created a report and it have the parameters ProductID. I wanted to have a default value, so in the report Parameters-> Default Values; i have bound it to a query .
When i view the report by clciking on the preview tab, the ProductID dropdown does not display '< Select a Value> '. After deploying that report in the Server. I have a problem that it shows another perameter '< Select a Value> ' in the drop down as the first parameter. I want to remove that '< Select a Value> ' from the drop down and I want to show only the parameters that the query returns i.e. ProductID. Can any body help how to remove the '< Select a Value> ' from the drop down list.
December 30, 2008 at 9:11 am
Remove the parameter from the report itself. Create new parameter. If you need from query then u need to put into available values of parameter. U can select dataset and field name. If u select default value then drop down will appear but not allow you to select any value. it will select first record as default value and run the report.
please let us know if you find more problem.
January 7, 2009 at 4:39 am
But when we deploy the default will appear in dropdown.
how to remove that
January 21, 2009 at 6:25 am
[font="Verdana"]
Hi,
I had also faced same problem, some time ago but now able to solve that. U have to put a default value always for the parameters as dropdown. It can be set into Report --> Report Parameters --> Default Values
U have to set any value, either hard coded or dynamically (e.g first value of dropdown) in the Non-Queried or From Query options respectively always. Hope it will solve problem at ur end as well!
Plz let me know if it not works.
Regards,
Sanjeev.
[/font]
March 25, 2009 at 6:47 am
Hi,
I have a dataset for a country drop down as
Name Value
Select a Country 0
India 1
USA 2
The default value for the parameter is selected as 0
so when I preview it in my report manager it seems fine and default value is "select a country"
But when I deploy and see in browser the default value remains "select a country" but at the same time a new value gets added in the parameter list.
Kindly let me know how can I remove it from my parameter drop down list.
Please help.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply