Groups | Blog | Home
all groups > sql server reporting services > august 2006 >

sql server reporting services : Linking Two Reports by passing a parameter


Naveed
8/1/2006 5:18:58 AM
I have developed two reports A and B. From report A, I pass a parameter to report B which displays some data based on the value of that parameter.

But when I try to run it, following error message is shown.

"The 'DimOrganizationOrganizationName' parameter is missing a value"

From http://www.developmentnow.com/g/115_2006_7_0_0_0/sql-server-reporting-services.htm

Posted via DevelopmentNow.com Groups
Kaisa M. Lindahl Lervik
8/1/2006 3:39:54 PM
Make sure the parameter name is written with the correct cases, meaning the
big and small letters correspond. If Report B needs
DimOrganizationOrganizationName, and you send it a parameter called
dimorganizationorganizationname, it will fail.

Kaisa M. Lindahl Lervik
[quoted text, click to view]

AddThis Social Bookmark Button