Passing Multi-Value Parameters between reports


hi

i have 2 reports propertysearch , propertydetails. in propertysearch have  2 parameters propertynamesearch (textbox) , city (multi-select drop down). takes propertyname , few cities input , displays list of properties matching these two. list has link propertydetails need propertyid passes internally propertydetails. works perfect.

but when in second report want go first report ( displaying results based on parameters) choose different property. have created parameters @propertynamesearch , @city in second report , set hidden. i'm passing these 2 values second report actual parameter propertyid.  have placed link first report in second report passes @propertynamesearch , @city first report. can pass @propertynamesearch problem cannot pass multi-value parameter @city between 2 reports.

any or suggestions ?

thanks!


sqluser2011

that's okay, got it.

i have created new parameter @citystring , set default t0 = join (parameter!city.value,",") .

then i'm passing string in between.

thanks time..


sqluser2011


SQL Server  >  SQL Server Reporting Services, Power View



Comments

Popular posts from this blog

SQL Server PSProvider SQL Server Authentication

BIT Version

How to calculate the delta size while diffing the files in TeamFoundationServer ?