Sunday, February 26, 2012

Error Message:

What does the following error message mean?
I have removed all reference(s) to parameter @.Individual from report.
ERROR:
[rsParameterReference] The Value expression for the query parameter
â'@.Individualâ' refers to a non-existing report parameter â'IndividualResolved!
Had to change/update XML file with new values as follows:
<QueryParameter Name="@.Individual">
<Value>=Parameters!Individual.Value</Value>
</QueryParameter>
"Terry" wrote:
> What does the following error message mean?
> I have removed all reference(s) to parameter @.Individual from report.
> ERROR:
> [rsParameterReference] The Value expression for the query parameter
> â'@.Individualâ' refers to a non-existing report parameter â'Individual|||There is a mapping that occurs from the query parameter to the report
Parameter. Go to the dataset where the query is defined and see if you have
a query parameter. If not, click on the ..., parameters tab and remove the
mapping.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Terry" <Terry@.discussions.microsoft.com> wrote in message
news:3FF16775-6566-463E-A1D4-529A6F21C626@.microsoft.com...
> What does the following error message mean?
> I have removed all reference(s) to parameter @.Individual from report.
> ERROR:
> [rsParameterReference] The Value expression for the query parameter
> '@.Individual' refers to a non-existing report parameter 'Individual|||Thank you!
"Bruce L-C [MVP]" wrote:
> There is a mapping that occurs from the query parameter to the report
> Parameter. Go to the dataset where the query is defined and see if you have
> a query parameter. If not, click on the ..., parameters tab and remove the
> mapping.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "Terry" <Terry@.discussions.microsoft.com> wrote in message
> news:3FF16775-6566-463E-A1D4-529A6F21C626@.microsoft.com...
> > What does the following error message mean?
> >
> > I have removed all reference(s) to parameter @.Individual from report.
> >
> > ERROR:
> >
> > [rsParameterReference] The Value expression for the query parameter
> > '@.Individual' refers to a non-existing report parameter 'Individual
>
>

No comments:

Post a Comment