On the data tab ... add a WHERE clause to your query that says
Where [ColumnName] = @prmState
replace [ColumnName] with the name of your database field you are comparing
and make sure that prmState is the same name that shows as your parameter in
the report parameters
btw - that is if you are using SQL Server ... if you are using some other
database then you may not be able to use that syntax.
[quoted text, click to view] "John Smith" wrote:
> I am a newb in Reporting services and need to create a parameterized report.
>
> I have already created a report parameter and now I need to apply it in the
> report output. I assume that I have to somehow pass this parameter to the
> dataset that is used to display the data. I am putting =
> 'Parameters!prmState.value' in the filter column of the field that need to
> be filtered but it does not work. Please help.
>
> Thanks.
>
>
I am a newb in Reporting services and need to create a parameterized report.
I have already created a report parameter and now I need to apply it in the
report output. I assume that I have to somehow pass this parameter to the
dataset that is used to display the data. I am putting =
'Parameters!prmState.value' in the filter column of the field that need to
be filtered but it does not work. Please help.
Thanks.