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 2008 Forums
 Analysis Server and Reporting Services (2008)
 Expressions in SSRS

Author  Topic 

visualprabu
Starting Member

4 Posts

Posted - 2011-05-31 : 10:39:16
I can't understand the Filter and Join expressions in SSRS. Don't know the syntax of them too.

Guide me if anyone knows

Regards,
Prabu

sumitsaini001
Starting Member

11 Posts

Posted - 2011-05-31 : 15:55:11
Filter is used as where clause and Join expression is used to join rows into column such as if u have parameter and passing value, you can display it using this expression as
=Join(@parameter1.value(), ",")
Go to Top of Page

visualprabu
Starting Member

4 Posts

Posted - 2011-06-01 : 04:29:39
ok. But Am getting error while i try this
=Join(Fields!CustomerName.Value,",")

Why?

And Give me example for Filter using Fields


Regards,
Prabu Thangavelu
visual.prabu@gmail.com
Go to Top of Page
   

- Advertisement -