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.
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 knowsRegards,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(), ",") |
|
|
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 FieldsRegards,Prabu Thangaveluvisual.prabu@gmail.com |
|
|
|
|
|