Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Joining Parameter Values

Author  Topic 

eshwararao.ch
Starting Member

3 Posts

Posted - 2010-01-21 : 23:42:25
HI Team,

I have a problem in parameterizing the reports
with single value i am parameterizing like this:
[FUND].[FUND].["+Parameters!Fund.value+"]

for the multi value selection i am doing this:
join([FUND].[FUND].["+Parameters!Fund.value+"],",")
but it is not working....

Any changes required please suggest..

Thanks & Regards,
Ram
   

- Advertisement -